↧
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. Now if you click or select the text field a keyboard will appear. now if you press the return key of...
View ArticleUITextField 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....
View Article