Closed harshjoshi096 closed 4 years ago
I have used this text field in my project and for "name" text field I want first letter capital. I am using txtFieldObj. autocapitalizationType = .words but still it is not happening. Please suggest how can we do that?
Use textField.autocapitalizationType = UITextAutocapitalizationTypeWords;
I have used this text field in my project and for "name" text field I want first letter capital. I am using txtFieldObj. autocapitalizationType = .words but still it is not happening. Please suggest how can we do that?