简体   繁体   中英

About “SLComposeViewController” in iOS 13, Xcode 11 GM

In my project, I always use SLComposeViewController to share contents with third-party apps, but now, when I update my iPhone to iOS 13 GM, this no longer works.

The SLComposeViewControllerCompletionHandler always callback SLComposeViewControllerResultCancelled .

Why is this?

SLComposeViewController has been deprecated since iOS 11. You can either use Social Media's SDK or UIActivityViewController.

Please see this answer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM