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;
1.4m articles
1.4m replys
5 comments
57.0k users