I need to implement sharing functionality for at least facebook, tweeter and email.
I am using Xcode 4.5. I found Sharekit and when add classes into project got ARC errors.
I need to implement sharing functionality for at least facebook, tweeter and email. I
Share
UIActivityViewController new in iOS 6 does this for you. You simply specify input text/image and present the controller, and you can share to Facebook, Twitter, Email, SMS, etc…
Quoting this tutorial: