When I try to edit texts in my iphone application (UITextfield), it auto-corrects my input. Could you let me know how can I disable this?
Thanks.
|
When I try to edit texts in my iphone application (UITextfield), it auto-corrects my input. Could you let me know how can I disable this? Thanks. |
||||
|
|
|
|||
|
|
|
You can use the UITextInputTraits protocol to achieve this:
See here for more details. |
|||
|
|
|
The Interface Builder also has a dropdown field to disable this. As you're more likely to create textfields in the interface builder, look for it there. You can find it in the Attributes Inspector next to 'Correction'. |
|||
|
|