How can i set a subject to a MFMailComposeViewController but do not show the title in the navigation bar?
The thing is that i have a background image and the text overlays on the image and it doesn't look good.. Any ideas?
You should not be customizing the interface of the mail composer vc:
From the docs:
Important: The mail composition interface itself is not customizable and must not be modified by your application. In addition, after presenting the interface, your application is not allowed to make further changes to the email content. The user may still edit the content using the interface, but programmatic changes are ignored. Thus, you must set the values of content fields before presenting the interface.