gpt4 book ai didi

ios - 谷歌驱动器选项在 IOS10 的 UIDocumentMenuViewController 中不可见

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:30:04 24 4
gpt4 key购买 nike

我们开发了聊天应用程序,在该应用程序中有一个文件共享功能,如 whatsapp,它在 iOS9.x 中都可以正常工作,但是当我在 iOS10 中测试它时,google drive 选项立即消失。

这就是我在案例中试图描述的内容试图发送一个文件,但在我选择它之前,谷歌驱动器就消失了。

这是错误发生之前采取的步骤:-
•在聊天中
•选择“发送文件”
•选择“更多”
•能够在消失前看到“Google Drive”半秒(见附图)选项

但在 iOS9.x 之前,我们有一个 google drive 选项。我在谷歌和 Stackoverflow 上搜索了很多,但找不到任何关于 iOS 特定的解决方案。

我们为此编写了以下代码:

UIDocumentMenuViewController *documentProviderMenu = [[UIDocumentMenuViewController alloc] initWithDocumentTypes:@[(NSString*)kUTTypeCompositeContent] inMode:UIDocumentPickerModeImport];
documentProviderMenu.delegate = self;
documentProviderMenu.modalPresentationStyle = UIModalPresentationFormSheet;
[self presentViewController:documentProviderMenu animated:YES completion:nil];

新编辑:

我得到一件事,它被 UIDocumentMenuViewController 隐藏了,因为在第二张图片中看到,如果我将行向上拖动,那么它会出现并且谷歌驱动器在行号 -1 中可用。如果我重新排列它然后我可以在第二行得到它,但第一行默认消失(不显示在屏幕上)。

我申请了以下东西但没有成功。


http://www.openradar.me/radar?id=5065803028234240
http://openradar.appspot.com/19385063
http://www.openradar.me/radar?id=6144449704886272
http://openradar.appspot.com/radar?id=6144449704886272

谁能告诉我这是什么问题?提前致谢...

enter image description here

enter image description here

最佳答案

我也遇到了同样的问题。我能够通过使导航栏半透明来解决问题。您也可以使用

UINavigationBar.appearance().isTranslucent = true

这似乎是一个错误,这里也报告了一个类似的问题 http://www.openradar.me/24564847

关于ios - 谷歌驱动器选项在 IOS10 的 UIDocumentMenuViewController 中不可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39763249/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com