Top "Slcomposeviewcontroller" questions

The SLComposeViewController is a class in the [tag:Social-Framework] (new in iOS 6) that presents a view to the user to compose a post for supported social networking services.

Tutorial for SLComposeViewController sharing

What are the steps I need to follow to use iOS 6's new SLComposeViewController to post to Facebook, Twitter or …

ios ios6 slcomposeviewcontroller social-framework
LaunchServices: invalidationHandler called - iOS 8 share sheet

Seeing this error message in the logs, though not consistently, around the time that I use SLComposeViewController to open a …

ios8 xcode6 uiactivityviewcontroller slcomposeviewcontroller
IOS7 - SLComposeViewController - Include links / Images?

I'm building an IOS7 Native app on behalf of a client - its for Fitness Instructors. The brief requests that …

ios facebook twitter slcomposeviewcontroller
About "SLComposeViewController" in iOS 11 beta

In my project, I always use SLComposeViewController to share contents with third-party apps, but now, when I update my iPhone …

ios ios11 social-media slcomposeviewcontroller
SLComposeViewController setInitialText not showing up in View

I'm trying to use the SLComposeViewController to share a link in my iOS App. SLComposeViewController *controller = [SLComposeViewController composeViewControllerForServiceType:SLServiceTypeFacebook]; [controller …

ios facebook slcomposeviewcontroller