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