Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.17 KB

FileBrowser

CI Status Version License Platform

Example

演示

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];

Requirements

Installation

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'

Author

yizhaorong, 243653385@qq.com

License

FileBrowser is available under the MIT license. See the LICENSE file for more info.