0

I create a UIActivictyController in my app, but i want to give the option to open in dropbox, pages and other programs installed.

I know that UIDocumentInteractionController give this options, but how can i give this options in UIActivityController?

2 Answers2

0

REActivityViewController is probably what you are looking for. It also allows color icon images as well :)

Hlung
  • 13,850
  • 6
  • 71
  • 90
0

Using UIDocumentInteractionController, ios gives you an interface similar to UIActivityController, but also with Open In apps option enabled according to the file extension.