UIInputViewStyle
UIInputViewStyle
Enum
Definition
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
- Attributes
Fields
Default Default | 0 | Applies blurring, but not tinting. |
Keyboard Keyboard | 1 | Applies both blurring and tinting. |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...