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.