Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show file picker which pointed to application sandbox in ios?

In my application, all files are saved in app's sandbox documents: ~/Documents. How can I let users to pick file from ~/Documents using UI like Document Picker which using for picking file from iCloud or external sources?

enter image description here

like image 706
o0omycomputero0o Avatar asked Oct 11 '25 21:10

o0omycomputero0o


2 Answers

Here is good library to create custom file picker which pointed to application sandbox (Document directory).

like image 182
kushalrshah Avatar answered Oct 14 '25 19:10

kushalrshah


Below is good library to create custom file picker which pointed to application sandbox (Document directory)

https://github.com/marmelroy/FileBrowser

like image 37
Patrick R Avatar answered Oct 14 '25 19:10

Patrick R