Post

Replies

Boosts

Views

Activity

Reply to Excluding activity types for UIActivityViewController: some are still present
I am excluding .postToWeibo but still I can see Weibo in the options. My code is var activityViewController = UIActivityViewController(activityItems: [documentId+".pdf", pDfdata], applicationActivities: nil)   activityViewController.excludedActivityTypes = [.postToTwitter, .postToFacebook, .postToFlickr, .postToTencentWeibo, .postToVimeo, .postToWeibo] present(activityViewController, animated: true) Can you please let me know what is the reason for this?
Topic: UI Frameworks SubTopic: UIKit Tags:
May ’22
Reply to .postToWeibo is not working in UIActivityViewController
@claude31 .postToWeibo is default built-in system activity types. It should be excluded. but this is not happening as expected. Weibo is still visible.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Excluding activity types for UIActivityViewController: some are still present
I am excluding .postToWeibo but still I can see Weibo in the options. My code is var activityViewController = UIActivityViewController(activityItems: [documentId+".pdf", pDfdata], applicationActivities: nil)   activityViewController.excludedActivityTypes = [.postToTwitter, .postToFacebook, .postToFlickr, .postToTencentWeibo, .postToVimeo, .postToWeibo] present(activityViewController, animated: true) Can you please let me know what is the reason for this?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’22