views:

324

answers:

2

Hello,

I am doing the application in which I want to disable the autocomplete feature of the keyboard in a textfield.

Please help me as I am new to iPhone

Thanks & Regards

Rajesh

+2  A: 

In InterfaceBuilder you should set the Text Input Trait for Correction to No

alt text

epatel
A: 

Use epatel's method if you're using IB. If you're not using IB, then try the method

-setAutoCorrectionType:

and pass UITextAutoCorrectionTypeNo

Jasarien