0

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?

Rob Hruska
  • 118,520
  • 32
  • 167
  • 192
nan
  • 117
  • 3
  • 9
  • [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 Answers1

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:

Source: https://github.com/nacho4d/Accordion

CodaFi
  • 43,043
  • 8
  • 107
  • 153
  • Is it a third party tool or a feature of Apple ios? – nan Mar 30 '12 at 04:17
  • 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