仅限PDF和Word文档的文档类型

时间:2018-03-12 17:18:41

标签: ios swift uidocumentpickerviewcontroller uidocumentmenuviewcontroller

我使用UIDocumentMenuViewController来挑选和选择文档。我想限制用户只选择.pdf和.docx文件。

我知道我只能允许这样的PDF格式。

UIDocumentMenuViewController(documentTypes: [String(kUTTypePDF)], in: .import)

但我如何包含.docx类型?

0 个答案:

没有答案