Share via


UIInputViewStyle Enum

Definition

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).

Applies to