Sharing with facebook, twitter on iOS

16,579

Solution 1

The built-in functionality you can take advantage of is called the Social framework.

I did a presentation on this on the NSChat board a couple weeks ago. You can find the presentation here and my source code here.

Solution 2

You may use very easy to use iOS control AAShareBubbles to present social buttons like:
Facebook, Twitter, Google+, Tumblr, Vkontakte (vk.com), LinkedIn, Pinterest, Youtube, Vimeo, E-mail

enter image description here

Follow the link to github: https://github.com/mixdesign/AAShareBubbles

Solution 3

Try to use ShareKit, it's simple. http://getsharekit.com

Share:
16,579
SandeepM
Author by

SandeepM

Updated on June 12, 2022

Comments

  • SandeepM
    SandeepM almost 2 years

    On the Android os, there is an easy feature for share with facebook, twitter and others. see this link.

    Is there the same type of thing of iOS? Or would we need to add specific buttons like "share on Facebook" "share on twitter" for all types of sharing ?