gpt4 book ai didi

ios8 - UIDocumentInteractionControllerDelegate - 旧版操作方法

转载 作者:行者123 更新时间:2023-12-02 20:33:59 24 4
gpt4 key购买 nike

我正在使用 UIDocumentInteractionControllerDelegate 方法来处理文档。我已在 UIWebview 中打开该文档。我正在尝试通过电子邮件与其他用户共享该文档。为此,我调用 presentOptionsMenuFromBarButtonItem 来显示菜单项。它一直工作到 iOS 7 版本,但目前我正在使用 iOS8 进行测试并在控制台中收到以下消息:

UIDocumentInteractionControllerDelegate 实现旧版操作方法。请删除它们。

有什么建议吗?

最佳答案

您至少使用这两种方法中的一种吗?

- (BOOL)documentInteractionController:(UIDocumentInteractionController *)controller canPerformAction:(SEL)action NS_DEPRECATED_IOS(3_2, 6_0);
- (BOOL)documentInteractionController:(UIDocumentInteractionController *)controller performAction:(SEL)action NS_DEPRECATED_IOS(3_2, 6_0);

它们从 6.0 开始已弃用。尽量不要使用它们。

关于ios8 - UIDocumentInteractionControllerDelegate - 旧版操作方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25507160/

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