gpt4 book ai didi

iphone - 从不同的 ViewController 调用 UIAlertViewDelegate 方法

转载 作者:行者123 更新时间:2023-12-03 20:45:10 25 4
gpt4 key购买 nike

我的应用程序中的多个 ViewController 必须显示相同的 UIAlertView 并以相同的方式执行 –alertView:clickedButtonAtIndex: 方法。我不想在多个文件中编写相同的代码,所以我需要一种全局 UIAlertView ,其中一个alertView: clickedButtonAtIndex: 方法可用于我的所有 ViewController。我创建了一个方法,该方法在 AppDelegate.m 文件中调用 UIAlertView 并在同一位置重写alertView:clickedButtonAtIndex:,但不幸的是alertView:clickedButtonAtIndex: 不会从不同的文件中调用。你有什么想法?感谢您的宝贵时间

最佳答案

为什么不将 UIViewController 子类化以获得 UIAlertView 所需的所有功能,然后让您的 AppDelegate 调用该方法在导航堆栈上当前子类 UIViewController 上。希望有帮助!

关于iphone - 从不同的 ViewController 调用 UIAlertViewDelegate 方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8744614/

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