Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 668 Bytes

File metadata and controls

15 lines (14 loc) · 668 Bytes

WQQuickSearchFileManager

快速查看文件

快速查看文件

Usage

    self.manager = [[WQQuickSearchFileManager alloc] init];
    self.manager.delegate = self;
    self.rootPath = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,
                                                        NSUserDomainMask,
                                                        YES)[0];
    [self.manager showRootDirectory:self.rootPath];