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?
On the Home screen of your device, tap Settings, then tap General. Tap Keyboard, then turn off Auto-Correction.
UITextField* f = [[UITextField alloc] init]; f.autocorrectionType = UITextAutocorrectionTypeNo;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With