Hello All,
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.
Hello All,
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.
UITextField* f = [[UITextField alloc] init];
f.autocorrectionType = UITextAutocorrectionTypeNo;