0

它在iOS 8 中可以正常工作,但是在iOS 9 中选择文档文件时卡住,卡住的图像如下:

在此处输入图像描述

代码:

UIDocumentMenuViewController *importMenu = [[UIDocumentMenuViewController alloc] initWithDocumentTypes:@[@"public.item", (__bridge NSString *) kUTTypeContent, (__bridge NSString *) kUTTypeData, (__bridge NSString *) kUTTypePackage, (__bridge NSString *) kUTTypeDiskImage, @"com.apple.iwork.pages.pages", @"com.apple.iwork.numbers.numbers", @"com.apple.iwork.keynote.key"] inMode:UIDocumentPickerModeImport];
importMenu.delegate = self;
[self presentViewController:importMenu animated:YES completion:nil];
4

1 回答 1

0

我不知道这是否是 iOS 9 本身的问题,因为我们确实遵循了苹果文档中的指示以及我们可以在网络上找到的结果。

仅当您在登录 iCloud 帐户后未合并时才会发生这种情况。

于 2016-02-25T15:48:44.870 回答