I\'m writing custom text editor with specific chars (non-english).
I know about property - autocapitalizationType to change capital, but before to viewing (changing)
Try this
self.yourTexField.autocapitalizationType = UITextAutocapitalizationTypeAllCharacters;