I know that I need to tell my UITextField to resign first responder when I want to dismis the keyboard, but I'm not sure how to know when the user has pressed the "Done" key on the keyboard. Is there …
So, the numpad keyboard doesn't come with a 'Done' or 'Next' button by default so I'd like to add one. In iOS 6 and below there were some tricks to add a button to the keyboard but they don't seem to …
How can I detect when a user pressed "return" keyboard button while editing UITextField?
I need to do this in order to dismiss keyboard when user pressed the "return" button.
Thanks.