Reputation: 2774
How do I combine a UIActivityViewController and a UIDocumentInteractionController? The Mail app and the Tumblr app seem to compine a UIActivityViewController with a UIDocumentInteractionController because their controllers also show the "Open in" buttons besides the UIActivities. How can I accomplish this?
Upvotes: 7
Views: 1587
Reputation: 1718
Use presentOptionsMenuFromRect:inView:animated:
in UIDocumentInteractionController
Upvotes: 3