Tag Archives: UITextField

UITextField Custom Input Accessory View Class


Sometimes we need an accessory view of uitextfield to perform some action like hide the keyboard. To solve this I create a class which will add a toolbar on top of the keyboard holding a done button. If done button … Continue reading

Posted in CodeProject, iPhone | Tagged , , , , | 1 Comment

Dismis keyboard on UITextField return key pressed


Let you have a text filed and a button in a view. if you pressed the button something will  happen.

Posted in Uncategorized | Tagged , , , , , , | 3 Comments