static var characters: TextInputAutocapitalization
Defines an autocapitalizing behavior that will capitalize every letter.
static var sentences: TextInputAutocapitalization
Defines an autocapitalizing behavior that will capitalize the first letter in every sentence.
static var words: TextInputAutocapitalization
Defines an autocapitalizing behavior that will capitalize the first letter of every word.
static var never: TextInputAutocapitalization
Defines an autocapitalizing behavior that will not capitalize anything.