When I try to edit texts in my iPhone application (UITextfield), it auto-corrects my input.
UITextfield
Could you let me know how can I disable this?
UITextField* f = [[UITextField alloc] init]; f.autocorrectionType = UITextAutocorrectionTypeNo;
2.1m questions
2.1m answers
60 comments
57.0k users