gpt4 book ai didi

ios - UIDocumentPicker 在 iOS 11 无法显示 Browse

转载 作者:行者123 更新时间:2023-11-28 06:12:45 25 4
gpt4 key购买 nike

我写了一个UIDocumentPicker的程序。
但是,如果我在iOS 11模拟器上点击“浏览”,加载继续显示,无法显示。
需要什么样的回应?

开发环境

  • Xcode:版本 9.0 beta 5
  • 模拟器:iPhone 7 Plus (iOS 11.0)

错误图片

enter image description here

代码

https://github.com/amarron1/SampleDocumentPicker

class ViewController: UIViewController, UIDocumentPickerDelegate {
let UTIs:[String] = ["public.data"]
// Save to this application from iCloud
@IBAction func importDocumentPicker(_ sender: Any) {
let importPicker = UIDocumentPickerViewController(documentTypes: self.UTIs, in: .import)
importPicker.delegate = self
present(importPicker, animated: true, completion: nil)
}
}

日志

2017-09-06 11:37:54.790680+0900 SampleDocumentPicker[40282:5448334] Unbalanced calls to begin/end appearance transitions for <_UIWaitingForRemoteViewContainerViewController: 0x7fb54c6153b0>.
2017-09-06 11:38:04.101520+0900 SampleDocumentPicker[40282:5448334] [DocumentManager] The view service did terminate with error: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 "(null)" UserInfo={Message=Service Connection Interrupted}

最佳答案

从表面上看,这是一个仅限模拟器的问题。 (iOS 11.0模拟器)UIDocumentPicker 在设备上工作正常。

如果有人遇到这个问题,只需在真实设备上测试即可。

关于ios - UIDocumentPicker 在 iOS 11 无法显示 Browse,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46066109/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com