How can I avoid the iPad keyboard to be dismissed when I invoke
[textField resignFirstResponder];
Since, the focus is moving from a the previous textField to the new one, I want to keyboard to remain where it is.
thanks
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.
There is no need to call
resignFirstResponderto change focus from oneTextFieldto Another.Just call
becomeFirstResponderon thetestfieldyou want to focus.