Objective-C
First add the Social Framework to the XCode project.
Import the #import "Social/Social.h" class to the required ViewController
Twitter with text, image and link
//- - To Share text on twitter - -
if([SLComposeViewController isAvailableForServiceType:SLServiceTypeTwitter])
...