How to share or post by mail, twitter and facebook from the current application?

前端 未结 3 489
既然无缘
既然无缘 2020-11-28 13:59

I am implementing an application from which I have to share that applications on Facebook, Twitter as well as by mail. As my application is not a game, I just want to put an

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 14:53

    You can also do this one by one.

    Facebook http://developers.facebook.com/docs/reference/iossdk/

    Twitter https://developer.apple.com/library/ios/#documentation/Twitter/Reference/TWTweetSheetViewControllerClassRef/Reference/Reference.html

    Mail http://developer.apple.com/library/ios/#documentation/MessageUI/Reference/MFMailComposeViewController_class/Reference/Reference.html

提交回复
热议问题