0

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: Dropbox document share sheet options

1 Answers1

1

The "Open In..." seems to be a custom UIActivity (thus presented by an UIActivityViewController), which simply presents a UIDocumentInteractionController when selected.

TripleH
  • 142
  • 1
  • 5