UIKeyboardAppearance Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The keyboard appearance.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIKeyboardAppearancetype UIKeyboardAppearance = - Inheritance
- 
				UIKeyboardAppearance
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| Default | 0 | The normal keyboard appearance. | 
| Alert | 1 | The keyboard used in alert panels. | 
| Dark | 1 | A keyboard with a dark theme. | 
| Light | 2 | A keyboard with a light theme. |