I am using UITextFields in my project. I have set the following parameters where client doesn’t want auto spell:
txt.autocorrectionType=FALSE;
txt.autocapitalizationType=FALSE;
It stops auto capitalization but auto spell is still there.
Can anyone help? How can I stop the auto spell?
Here FALSE means 0 , where both has
that’s y autocapitalization is worked, autocorrection is still in as default.so wont work.
So u have to try like this