FileBrowser icon indicating copy to clipboard operation
FileBrowser copied to clipboard

Finder-style iOS file browser written in Swift

Results 32 FileBrowser issues
Sort by recently updated
recently updated
newest added

I don't see a way to allow the browser to show hidden files. i.e. files with prefix .

Currently, the component supports installation only through Carthage and CocoaPods. It would be great if we add package definition so that Swift Package Manager could install it as a dependency.

Allow the parent setting of allowEditing to propagate down to the subdirectory selected

When I import this project, I can use it and everything works (mostly) as expected. My only issue is that I can't delete anything if its in a subdirectory to...

Currently, in FileBrowser, you can only **exclude** extensions. Now, if you have a requirement of only accepting a few extensions, this is going to be a problem as you'll have...

Hi, First of all I would like to thank you for the fantastic code. Really it's a very nice tool. I use it in my apps. Now, I get the...