OSFileBrowser 0.1.6

OSFileBrowser 0.1.6

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
 

  • By
  • Ossey

OSFileBrowser

Version
Platform
License

它是一个iOS设备浏览本地文件的工具

Installation

CocoaPods:

Add the next string in your project's Podfile:

pod 'OSFileBrowser', '0.0.9'

then run in Terminal:

pod install

Usage

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

License

MIT