How to skip keypad through Button Action Event in the place of RETURN button on Keypad.
I changed attribute for keypad also but i’m not getting the thing .
How to skip keypad through Button Action Event in the place of RETURN button
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.
Send the
resignFirstResponderselector to your Input field (UItextView…)ex :
[myTextView resignFirstResponder];Apple doc for UITextView look at Managing the Keyboard in the overview section :
http://developer.apple.com/library/ios/#documentation/uikit/reference/UITextView_Class/Reference/UITextView.html
Apple doc for
resignFirstResponderhttp://developer.apple.com/library/ios/#documentation/uikit/reference/UIResponder_Class/Reference/Reference.html#//apple_ref/occ/instm/UIResponder/resignFirstResponder