UIInputViewStyle 枚举

定义

一个枚举,其值指定应用于 的 UIInputView模糊和着色效果。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIInputViewStyle
type UIInputViewStyle = 
继承
UIInputViewStyle
属性

字段

Default 0

应用模糊,但不应用着色。

Keyboard 1

同时应用模糊和着色。

适用于