How do I force characters input into a textbox on the iPhone to upper case?
How do I force characters input into a textbox on the iPhone to upper case?
Set autocapitalizationType to UITextAutocapitalizationTypeAllCharacters on the UITextField.
See UITextInputTraits protocol (adopted by UITextField) for more details.