Skip to content

tuxi/FileBrowser

Repository files navigation

FileBrowser

Version Platform License

Screenshot1.png

用于iOS设备查看沙盒文件的工具

Installation

CocoaPods:

Add the next string in your project's Podfile:

pod 'OSFileBrowser', '0.1.6'

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

About

iOS设备沙盒文件的工具, 文件操作进度回调

Resources

License

Stars

Watchers

Forks

Packages

No packages published