Is it possible to by default focus the keyboard on To field while opening the In-app email?
If yes then how can we access the To field in email?
Any path towards the goal will really be appreciated.
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 are able to make these fields become the first responder.
if you add the following method to your class…
Then, after you present the MFMailComposeViewController, pass the MFMailComposeViewController’s view into the function along with the field you want to become first responder.
Edited..