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.Native]
public enum UIInputViewStyle
[<ObjCRuntime.Native>]
type UIInputViewStyle =
- Inheritance
-
UIInputViewStyle
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Default | 0 | Applies blurring, but not tinting. This style is appropriate for UIInputViews that should be themed like, but do not look like, the keyboard. |
| Keyboard | 1 | Applies both blurring and tinting. This style is appropriate for UIInputViews that look like the keyboard (extensions or replacements). |