I am an iOS newbie and I am used to programming in Java for Android. I am creating an app that creates a pdf file and gives the option to share to multiple sources like email, Dropbox, etc. In Android, this is simple just create a chooser based on the file type. In iOS though this seems a little more difficult.
I know how to create an Activities Sheet picker for iOS but it doesn't include Dropbox, only email and social networks.
My question is a simple one:
Do I need to create a separate button for Dropbox using the Dropbox API, or is there a different "Share file" Viewcontroller that I am just not finding?
I apologize if this has been asked before, but I didn't find a similar question/answer on SO. Thank you
Jim Stewart