To run the example project, clone the repo, and run pod install
from the Example directory first.
使用方法
FBFileBrowerViewController *vc = [FBFileBrowerViewController new];
[self.navigationController pushViewController:vc animated:YES];
FileBrowser is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'FileBrowser', :git => 'https://github.com/yizhaorong/FileBrowser.git'
yizhaorong, 243653385@qq.com
FileBrowser is available under the MIT license. See the LICENSE file for more info.