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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -