我在导入模式下使用UIDocumentPickerViewController。在iOS 11上一切正常。在iOS 10的文档视图中,当我按下Locations - >更多:Dropbox显示一秒钟后消失。看起来它在iOS邮件中正常工作......
代码段:
UIDocumentPickerViewController *documentPicker = [[UIDocumentPickerViewController alloc] initWithDocumentTypes:types inMode:UIDocumentPickerModeImport];
可能出现什么问题?