How to add share via email option in my iphone app
I want to add a feature of sending some text via email from my iphone app. plea开发者_Python百科se tell me how to proceed. plz tell the steps on how to send email from and to . thanks
What you want is the documentation for the MFMailComposeViewController
A very cool, and easy way to gain this and other share features is to add ShareKit. It take 5 minutes to setup and lets you add Twitter, Facebook and others.
精彩评论