I have a question about iOS UIKeyboard.
iOS UIKeyboard
I have a UITextField and I would to have the keyboard with only uppercase characters.<
UITextField
keyboard
The syntax is now
Swift 2
textField.autocapitalizationType = UITextAutocapitalizationType.AllCharacters
Swift 3
textField.autocapitalizationType = .allCharacters