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.
2.1m questions
2.1m answers
60 comments
57.0k users