What Controller to be used for opening a file browser in iOS? Additionally, how do I set the path of an sd card in my application for reading the files which are stored in iPhone?
Asked
Active
Viewed 679 times
0
-
[Related.](http://stackoverflow.com/questions/9922755/how-to-open-a-file-browser-and-select-a-pdf-file-in-ios) – Rob Hruska Mar 30 '12 at 12:20
1 Answers
0
There is one project that is just pure genius in my opinion, and it is called Accordion (with the beta of Accordion 2 included in the package as well). It works like the arrow-drop-down option in the finder:

CodaFi
- 43,043
- 8
- 107
- 153
-
-
Third party, but I can vouch for it. As for the SD card, I don't believe that iOS supports mounting external file systems onto your application bundle (excluding the Photos.app). – CodaFi Mar 30 '12 at 04:19