ErAbhishekChandani / ACFloatingTextfield

It is a subclass of UITextfield to Provide the floating label and customisations.
MIT License
125 stars 40 forks source link

Textfield autocapitalization not working #66

Closed harshjoshi096 closed 4 years ago

harshjoshi096 commented 5 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?

ErAbhishekChandani commented 4 years ago

Use textField.autocapitalizationType = UITextAutocapitalizationTypeWords;