UIDocumentPickerViewController

打开icloud中的文件
1,allowedUTIs "com.microsoft.powerpoint.​ppt",
"com.microsoft.word.doc",
"com.microsoft.excel.xls",
"com.microsoft.powerpoint.​pptx",
"com.microsoft.word.docx",
"com.microsoft.excel.xlsx",
"public.avi",
"public.3gpp",
"public.mpeg-4",
"com.compuserve.gif",
"public.jpeg",
"public.png",
"public.plain-text",
"com.adobe.pdf"

  • (instancetype)initWithDocumentTypes:(NSArray >)allowedUTIs inMode:(UIDocumentPickerMode)mode

你可能感兴趣的:(UIDocumentPickerViewController)