Package apple.uikit.enums
Class UITextSpellCheckingType
- java.lang.Object
-
- apple.uikit.enums.UITextSpellCheckingType
-
public final class UITextSpellCheckingType extends java.lang.ObjectUITextSpellCheckingType Controls the annotation of misspelled words for a text widget. Note: Some input methods do not support spell checking.
-
-
Field Detail
-
Default
public static final long Default
- See Also:
- Constant Field Values
-
No
public static final long No
- See Also:
- Constant Field Values
-
Yes
public static final long Yes
- See Also:
- Constant Field Values
-
-