FileBrowser
FileBrowser copied to clipboard
Finder-style iOS file browser written in Swift
Tableview was being created before the allowEditing bool was being set. So tableview could never enter edit mode.
App crashed when i want to save mp4 on gallery
When the FIleBrowser view launches, I can't see any files at all. Edit: I now think this is due to app sandboxing? Is there a way to enable access to...
iOS has native icons for files, different than icons on macOS. Why don't use those icons? You can get icons for a file like this: ```swift let controller = UIDocumentInteractionController(url:...
Great project! Thanks for making it. I put some audio / video in the sample app, seems like it is not shown up. Just wonder if it supports Audio video.
buttons disappear. 
Is it possible to show files retrieved from a server? I have a Firebase database from which I download files and wanted to know if it was possible to add...
Hello. can we implement file browser to controller view from storyboard directly instead of present. i have issue with it coz its hide my tab bar and also removing cancel...
I adapted FileBrowser for another project I'm working on, which displays a file system loaded from a JSON REST API. This is a work in progress since I still want...