How do I force characters input into a textbox on the iPhone to upper case?
Set autocapitalizationType to UITextAutocapitalizationTypeAllCharacters on the UITextField.
autocapitalizationType
UITextAutocapitalizationTypeAllCharacters
UITextField
See UITextInputTraits protocol (adopted by UITextField) for more details.
1.4m articles
1.4m replys
5 comments
57.0k users