美文网首页
UIDocumentPickerViewController使用

UIDocumentPickerViewController使用

作者: 菊上一枝梅 | 来源:发表于2022-11-25 10:16 被阅读0次

一些老的初始化方法发现在iOS14已经弃用,例如

init(documentTypes allowedUTIs: [String], in mode: UIDocumentPickerMode)
init(url: URL, in mode: UIDocumentPickerMode)
init(urls: [URL], in mode: UIDocumentPickerMode)

一些新的方法iOS14之后使用的发现在代码中根本索引不出来,例如

init(forOpeningContentTypes contentTypes: [UTType], asCopy: Bool)
convenience init(forOpeningContentTypes contentTypes: [UTType])

此时需要引入头文件

import UniformTypeIdentifiers

相关文章

网友评论

      本文标题:UIDocumentPickerViewController使用

      本文链接:https://www.haomeiwen.com/subject/dnotfdtx.html