我已经用下面的代码在我的应用程序中实现了 UIDocumentMenuViewController
_importMenu = [[UIDocumentMenuViewController alloc] initWithDocumentTypes:[MingleUtils allowedUTIs] inMode:UIDocumentPickerModeImport];
_importMenu.delegate = self;
[self presentViewController:_importMenu animated:YES completion:nil];
它正在工作,但选择器需要时间出现,有时会出现错误“无法与帮助应用程序通信”有人可以帮助我吗?