Paras Gandhi
Paras Gandhi

Reputation: 823

Hide field from email composer screen in iPhone

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.

enter image description here

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

Answers (1)

Saurabh Passolia
Saurabh Passolia

Reputation: 8109

MFMailComposeViewController's UI is not customizable however you can certainly pre-fill the fields from your code..

Upvotes: 1

Related Questions