Can someone tell me how to get a document share sheet like dropbox has?
I tried UIDocumentInterActionController and UIActivityController but don't know how to add the "Open-in..." button.
It looks like this:
Can someone tell me how to get a document share sheet like dropbox has?
I tried UIDocumentInterActionController and UIActivityController but don't know how to add the "Open-in..." button.
It looks like this:
The "Open In..." seems to be a custom UIActivity (thus presented by an UIActivityViewController), which simply presents a UIDocumentInteractionController when selected.