The SLComposeViewController is a class in the [Social-Framework] (new in iOS 6) that presents a view to the user to compose a post for supported social networking services.
The SLComposeViewController
is a class in the social-framework (new in iOS 6) that presents a view to the user to compose a post for supported social networking services.
SLComposeViewController
uses the isAvailableForServiceType:
class to check if an account is available for the specified service type before the controller is presented.
Supported service types include:
- SLServiceTypeFacebook
- SLServiceTypeSinaWeibo
- SLServiceTypeTwitter