I\'m using MFMailComposeViewController for in-app email in my app, but I\'m not able to change the title. As default it\'s showing the subject in the title, but I would like
You should be able to take just a view (controller.view) and place it inside of your controller ... in that moment, you are not modifying anything and you are actually doing almost the same thing like Apple in their iPad email app when composing an email ... same thing should work on iPhone too ...