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
UIInputViewStyle
Attributes

Fields

Default 0

Applies blurring, but not tinting.

Keyboard 1

Applies both blurring and tinting.

Applies to