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

Filter out a file if its name contains any of the excluded items

I thought I needed someone, so I tried to modify it.

Hi @marmelroy, First of all I would like to appreciate for creating such a cool library. I have created a [React Native](https://github.com/facebook/react-native) bridge plugin for using this library with React...

Hi, Thanks for a great piece of coding, works almost exactly how I want. Is it possible to re-sort the table to display the files by the creation date or...

I have a ```RootViewController``` which is a ```UITabBarController```; then I have a ```NavigationController``` in this ```RootViewController```; after that I use ``` self.navigationController?.pushViewController(vc, animated: true)``` to add a ```vc: CustomViewController``` in...

sometimes, set the custom didSelectFile, but need to call preview. PreviewManager is useful

When upgrading to Xcode 10 I get the following error: dyld: Symbol not found: __T0BOWV Referenced from: /private/var/containers/Bundle/Application/FE262A78-23EA-4235-87EF-6FBDE57A7457/LinkReactNative.app/Frameworks/FileBrowser.framework/FileBrowser Expected in: /private/var/containers/Bundle/Application/FE262A78-23EA-4235-87EF-6FBDE57A7457/LinkReactNative.app/Frameworks/libswiftCore.dylib in /private/var/containers/Bundle/Application/FE262A78-23EA-4235-87EF-6FBDE57A7457/LinkReactNative.app/Frameworks/FileBrowser.framework/FileBrowser any ideas?