Is there a way to set the autocapitalizationType for a UITextField so that the first letter of each word is capitalized by default?
UITextField
This Is A
Use textField.autocapitalizationType = UITextAutocapitalizationTypeWords;
textField.autocapitalizationType = UITextAutocapitalizationTypeWords;
For more information please read: UITextInputTraits Protocol Reference