根据文档,UIDocumentPickerViewController和 UIDocumentBrowserViewController可用于在应用沙箱外导入文档。
对于从本地文档提供者/云位置选择和导入文档,上述哪个最适合。我仍然可以在 iOS 11 中使用 UIDocumentPickerViewController 吗?
根据以下文档 Apple documentation for document picker , 在您的应用程序可以使用文档选择器之前,您必须在 Xcode 中打开 iCloud Documents 功能,并且应该将 iCloud 容器映射到 appId。如果我只进行导入操作,这是强制性的吗?我曾尝试使用 UIDocumentPickerViewController,即使没有上述权利,它似乎也能正确返回选定的文件路径。
如果您不需要自己的 iCloud 容器,则不需要该权利。如果你只是想导入文件,你可以使用 UIDocumentPickerViewController
而不添加授权。
是的,UIDocumentPickerViewController
适用于 iOS 11。
关于ios - 在 iOS : UIDocumentPicker vs UIDocumentBrowser 中导入文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52263260/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |