The appearance style of the keyboard that is associated with the text object
SDKs
- iOS 2.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
@property(nonatomic) UIKeyboard Appearance keyboardAppearance;
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 UIKeyboard
.