I have an iPhone application using Dropbox functionality.
What I need is to display a custom view controller allowing users to browse their own Dropbox and selecting a file. This view controller should look similar to the official iPhone Dropbox app where you can navigate among the folders and choose a file.
I know I can implement this view controller by myself using the Dropbox SDK.. but I hoped to find some code already doing it and publicly shared.
Thanks for any tip!