Contents

keyboardAppearance

The appearance style of the keyboard for the text object.

Declaration

optional var keyboardAppearance: UIKeyboardAppearance { get set }

Discussion

This property lets you distinguish between the default text entry inside your application and text entry inside an alert panel. The default value for this property is UIKeyboardAppearance.default.

See Also

Configuring the keyboard appearance