SendSandBoxFileDemo
查看次数:1082
下载次数:194
上传时间:2017-02-20
大小:346 B
SendSandBoxFileDemo
遍历沙盒目录下文件,如果是非文件夹。则发送邮件 . 使用方法
FileListTableViewController *fileListVC = [[FileListTableViewController alloc] init];
[self.navigationController pushViewController:fileListVC animated:YES];
或者
FileListTableViewController *fileListVC = [[FileListTableViewController alloc] init];
[self presentViewController:fileListVC animated:YES completion:nil];
收藏