CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Nov 2017 |
Maintained by Ossey.
| Depends on: | |
| MBProgressHUD | ~> 1.0.0 |
| NODataPlaceholderView | ~> 1.0.2 |
| OSFileManager | ~> 0.0.2 |
它是一个iOS设备浏览本地文件的工具
Add the next string in your project's Podfile:
pod 'OSFileBrowser', '0.0.9'then run in Terminal:
pod installObjective C:
#import <OSFileBrowser.h>
OSFileCollectionViewController *vc = [[OSFileCollectionViewController alloc]
initWithDirectoryArray:@[ [NSString getRootPath],[NSString getDocumentPath]]
controllerMode:OSFileCollectionViewControllerModeDefault];
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:vc];
[self.navigationController pushViewController:vc animated:YES];MIT