I wanna do something like the safari app when fill a form, so when the user see the keyboard do next and move to next control.
Now, how I get the next text control?
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.
You can handle behaviour like this in textFieldShouldReturn: This should move your focus along the form for you each time the user hits return.