i have doubt to implement share link on facebook and twitter.
actually i implemented social share link using sharekit and addThis third party library it working fine but i want share link without using third party library.
i have doubt to implement share link on facebook and twitter. actually i implemented
Share
In iOS 6, You can use
UIActivityViewControllerto share your link to Social services.Reference: http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIActivityViewController_Class/Reference/Reference.html#//apple_ref/occ/cl/UIActivityViewController
It is as easy as these few lines: