Package apple.uikit.enums
Class UIKeyboardAppearance
- java.lang.Object
-
- apple.uikit.enums.UIKeyboardAppearance
-
public final class UIKeyboardAppearance extends java.lang.ObjectUIKeyboardAppearance Requests a keyboard appearance be used when a text widget becomes first responder.. Note: Some keyboard/input methods types may not support every variant. In such cases, the input method will make a best effort to find a close match to the requested type.
-
-
Field Detail
-
Default
public static final long Default
Default apperance for the current input method.- See Also:
- Constant Field Values
-
Dark
public static final long Dark
- See Also:
- Constant Field Values
-
Light
public static final long Light
- See Also:
- Constant Field Values
-
Alert
public static final long Alert
Deprecated- See Also:
- Constant Field Values
-
-