I would like to disable text-entry autocorrect in an iPad application, regardless of what the global settings for autocorrect are on the device. Is there a good way to do this t
You can probably subclass UITextField and set your desired properties to it. Instead of the UITextField you can use this subclassed version.
This may be worthy if you haven't started implementing your application yet!