UIDocumentPickerViewController使用
場景:從服務端下載文件到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來實現本地查看的操作,具體代碼如下: ...