如何在iOS 11中获得UIDocumentMenuViewController功能?

在iOS 11中, UIDocumentMenuViewController被标记为已弃用。

建议使用UIDocumentPickerViewController ,该UIDocumentPickerViewController之前已存在且仅具有UIDocumentMenuViewController功能的子集(在UIDocumentMenuViewController调用的以前版本中)。

我看不到有新的东西添加到它,以便它可以增加UIDocumentMenuViewController

不知何故,我怀疑iOS 11是否删除了这样一个重要的功能,而没有提供一些新的方法来做到这一点,但我现在看不到它,所以有人知道这方面的一些事情吗?


在iOS 10和之前的版本中, UIDocumentMenuViewController以Dropbox,Google Drive ...的UIDocumentMenuViewController打开...然后,您需要一个Menu以便您可以根据需要随意添加项目。 在iOS 11中,只有一个项目Explore...出现在Menu中,然后现在,可以将ActionSheet用于您的自定义项目和UIDocumentPickerViewController

链接地址: http://www.djcxy.com/p/39949.html

上一篇: How to get UIDocumentMenuViewController functionality in iOS 11?

下一篇: Forbid integer conversion with precision loss