lihongli

8个库
HLGoTimer 的更详细介绍(Markdown 格式)。
许可证: MIT
HLHanZiToPinYin 的更详细介绍(Markdown 格式)。
许可证: MIT
NSObject+HLPropertyListing 的更详细介绍(Markdown 格式)。
许可证: MIT
遍历文件沙盒目录下的文件。如果不是文件夹,可以直接查看文本,可以使用 airDrop 发送到其他 App,或者发送邮件。用法 FileListTableViewController *fileListVC = [[FileListTableViewController alloc] init]; [self.navigationController pushViewController:fileListVC animated:YES]; 或者
FileListTableViewController *fileListVC = [[FileListTableViewController alloc] init];
[self presentViewController:fileListVC animated:YES completion:nil];
许可证: MIT