Sharing with facebook, twitter on iOS

facebook, ios, iphone, objective-c, share

Solution

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.

Problem

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 ?

Original source