UITextAutocapitalizationType
The autocapitalization behavior of a text-based view.
Declaration
enum UITextAutocapitalizationTypeOverview
Use these constants with the autocapitalizationType property. If the script system doesn’t support capitalization, the keyboard input method ignores these constants.
Some keyboard types don’t support autocapitalization. Specifically, if the keyboardType property is set to UIKeyboardType.numberPad, UIKeyboardType.phonePad, or UIKeyboardType.namePhonePad, the system ignores these constants.
Topics
Constants
UITextAutocapitalizationType.noneUITextAutocapitalizationType.wordsUITextAutocapitalizationType.sentencesUITextAutocapitalizationType.allCharacters