Reputation: 823
I am using MFMailComposeViewController to send an email from my application but i want to hide some of fields from email composer screen. like i dont want to display email address in "To" field same like below image.
how to hide this email address in email composer or let me know if you have any alternative for this problem.
Upvotes: 0
Views: 631
Reputation: 8109
MFMailComposeViewController's UI is not customizable however you can certainly pre-fill the fields from your code..
Upvotes: 1