UIInputView.InputViewStyle Property

Definition

The blur and tint effects to apply.

public virtual UIKit.UIInputViewStyle InputViewStyle { [Foundation.Export("inputViewStyle")] get; }
member this.InputViewStyle : UIKit.UIInputViewStyle

Property Value

Default applies blur, but not tint.

Attributes

Remarks

Custom input views should use Default for views that are laid on top of the keyboard but should not appear to be part of the keyboard. Keyboard applies both blur and tinting effects to mimic the keyboard background and should be used to extend or replace the keyboard.

Applies to