0

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.

Saad
  • 8,857
  • 2
  • 41
  • 51
Paras Gandhi
  • 823
  • 1
  • 13
  • 28
  • 2
    Possible duplicate of [MFMailComposeViewController and privacy - hiding the To: field?](http://stackoverflow.com/questions/3241152/mfmailcomposeviewcontroller-and-privacy-hiding-the-to-field) – David Jones - iPushPull May 28 '12 at 11:56

1 Answers1

1

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

Saurabh Passolia
  • 8,099
  • 1
  • 26
  • 41