The documentation of UIActivityViewController
On iPad, you must present the view controller in a popover. On iPhone and iPod touch, you must present it modally.
Regular
Compact
UIActivityViewController
Compact
Regular
UIActivityViewController
You must not embed the UIActivityViewController
in a UINavigationController
. I know it doesn't say so in the docs, but that's the only way I got it to work. And then you can actually present it the same way as you would do with any other popover/modal view. And it adapts correctly when you active Split Mode while it is being presented.