UIInputViewStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose value specify the blurring and tinting effects applied to a 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 =
- Inheritance
-
UIInputViewStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Applies blurring, but not tinting. |
Keyboard | 1 | Applies both blurring and tinting. |