标签: ios swift uidocumentpickerviewcontroller uidocumentmenuviewcontroller
我使用UIDocumentMenuViewController来挑选和选择文档。我想限制用户只选择.pdf和.docx文件。
UIDocumentMenuViewController
我知道我只能允许这样的PDF格式。
UIDocumentMenuViewController(documentTypes: [String(kUTTypePDF)], in: .import)
但我如何包含.docx类型?
.docx