如何在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
。
上一篇: How to get UIDocumentMenuViewController functionality in iOS 11?