There is a ‘Done’ button on the input pad on iphone, but there is no action to it by default. Can I add an action to it? For example, hide the input pad when ‘Done’ is pressed?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In your keyboard delegate you need to give up the focus. E.g
This works for both the done and return keys.