简体   繁体   中英

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM