菜鸟教程小白 发表于 2022-12-13 04:37:07

ios - 在 iOS : UIDocumentPicker vs UIDocumentBrowser 中导入文件


                                            <p><p>根据文档,<a href="https://developer.apple.com/documentation/uikit/uidocumentpickerviewcontroller" rel="noreferrer noopener nofollow">UIDocumentPickerViewController</a>和 <a href="https://developer.apple.com/documentation/uikit/uidocumentbrowserviewcontroller" rel="noreferrer noopener nofollow">UIDocumentBrowserViewController</a>可用于在应用沙箱外导入文档。</p>

<p>对于从本地文档提供者/云位置选择和导入文档,上述哪个最适合。我仍然可以在 iOS 11 中使用 UIDocumentPickerViewController 吗? </p>

<p>根据以下文档 <a href="https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/DocumentPickerProgrammingGuide/Introduction/Introduction.html" rel="noreferrer noopener nofollow">Apple documentation for document picker</a> , 在您的应用程序可以使用文档选择器之前,您必须在 Xcode 中打开 iCloud Documents 功能,并且应该将 iCloud 容器映射到 appId。如果我只进行导入操作,这是强制性的吗?我曾尝试使用 UIDocumentPickerViewController,即使没有上述权利,它似乎也能正确返回选定的文件路径。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>如果您不需要自己的 iCloud 容器,则不需要该权利。如果你只是想导入文件,你可以使用 <code>UIDocumentPickerViewController</code> 而不添加授权。</p>

<p>是的,<code>UIDocumentPickerViewController</code> 适用于 iOS 11。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 在 iOS : UIDocumentPicker vs UIDocumentBrowser 中导入文件,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/52263260/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/52263260/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 在 iOS : UIDocumentPicker vs UIDocumentBrowser 中导入文件