christopher.online
christopher.online

Reputation: 2774

UIActivityViewController and UIDocumentInteractionController

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

Answers (1)

slecorne
slecorne

Reputation: 1718

Use presentOptionsMenuFromRect:inView:animated: in UIDocumentInteractionController

Upvotes: 3

Related Questions