UIDocumentMenuViewController问题

时间:2015-10-16 09:32:04

标签: ios objective-c iphone icloud-drive

我已在我的应用程序中使用以下代码

实现了UIDocumentMenuViewController
_importMenu = [[UIDocumentMenuViewController alloc] initWithDocumentTypes:[MingleUtils allowedUTIs] inMode:UIDocumentPickerModeImport];
_importMenu.delegate = self;
 [self presentViewController:_importMenu animated:YES completion:nil];

它正在运作但是选择器需要时间才能出现,有时会出现错误" 无法与帮助应用程序通信" 任何人都可以帮助我吗?

0 个答案:

没有答案