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;