Adi
Adi

Reputation: 21

iPhone send mail application

I am trying to build an iPhone application which can send emails wile running. Until now I found the mailto:// url format, but this quits the application. MFMailComposeViewController allows me to return to the application, but its interface seems to be fixed.Does anybody know if it is possible to modify it? (aspect and adding some more commands, not just Cancel and Send, or adding another button which could also send the message).

Thanks

Upvotes: 2

Views: 167

Answers (1)

Rad'Val
Rad'Val

Reputation: 9231

Unfortunately there is no way to customize MFMailComposeViewController's view. Even if you would somehow hack it Apple could reject the app on that term.

Upvotes: 1

Related Questions