the reason for me writing this post is because I want to create an email form in my iOS app that will allow people to fill out a simple form like this one. Email Form Layout In iOS App
Once you've filled out the form you'll click the 'Send Email' button which will then load up the mail app and it will have already filled out the form ready for you to send which should look something like this Email Form Filled Out In Mail App
I've been informed that if I use the method in the link down below that @Gabriel has provided I need to set the UITextFields delegate although for the life of me I don't know how to do this.