场景:从服务端下载文件到iPhone文件夹或者从iPhone本地文件夹选择文件上传服务端 UIDocumentPickerViewController有四种模式: UIDocumentPickerModeImport:用户选择一个外部文档,文档选择器拷贝该文档到应用沙盒 ...
UIDocumentPickerViewController和UIDocumentInteractionController UIDocumentPickerViewController 补充一下,UIDocumentPickerModeOpen有点像readonly的模式,可以获取到NSURL,但是NSData无法通过NSURL获取真实的数据,建议优先使用UIDocumentPickerMode ...
2020-01-12 16:50 2 2528 推荐指数:
场景:从服务端下载文件到iPhone文件夹或者从iPhone本地文件夹选择文件上传服务端 UIDocumentPickerViewController有四种模式: UIDocumentPickerModeImport:用户选择一个外部文档,文档选择器拷贝该文档到应用沙盒 ...
到了用通过UIDocumentInteractionController来实现本地查看的操作,具体代码如下: ...