1

我使用以下代码打开带有来自 iCloud 的文档的选择器:

let picker = UIDocumentPickerViewController(documentTypes: 
["public.content"], in: .import)
picker.modalPresentationStyle = .formSheet
picker.delegate = self
self.present(picker, animated: true, completion: nil)

我的问题是如何在不显示此控制器的情况下获取文档列表?有什么办法吗?

4

0 回答 0