iphone - How to disable text-autocorrection for an UITextField or keyboard? -



iphone - How to disable text-autocorrection for an UITextField or keyboard? -

this question has reply here:

disable auto correction of iphone text field 6 answers

i have case autocorrection never makes sense. it's incredibly annoying. can disable uitextfield?

with interface builder can disable "correction" in "attributes" tab in inspector.

programmaticaly can use

uitextfield* textfield = [[uitextfield alloc] init]; textfield.autocorrectiontype = uitextautocorrectiontypeno;

iphone uitextfield

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -