当我想将文件保存到iCloud中我的App文件夹时,保存按钮被禁用,但在其他目录中却被启用,有没有办法启用?
我的代码:
//...
let urls: [URL] = [fileURL]
documentPickerExporter = UIDocumentPickerViewController(forExporting: urls, asCopy: true)
documentPickerExporter.delegate = self
documentPickerExporter.allowsMultipleSelection = false
documentPickerExporter.modalPresentationStyle = .popover
present(documentPickerExporter, animated: true, completion: nil)
1条答案
按热度按时间p1iqtdky1#
您不需要/不需要使用文稿选取器来执行此操作。请直接将文件保存到“文稿”文件夹。如果您正在共享文件,“文稿”文件夹 * 就是 * iCloud云盘显示为您的“云中文件夹”的文件夹。