gpt4 book ai didi

ios - 在 didReceiveLocalNotification 中以编程方式关闭 UIAlertview

转载 作者:行者123 更新时间:2023-11-29 02:53:54 24 4
gpt4 key购买 nike

我正在 iOS 7.1 中开发一个包含 UILocalNotification 的应用程序。当我的通知出现时,它会转到 AppDelegate didReceiveLocalNotification 委托(delegate)方法。当时我的所有屏幕都关闭并进入通知屏幕 [我为通知 View 设计的] 除了 UIAlertView。

如果我将 UIAlertView 与 delegate self 一起使用,在通知屏幕中按下 alertView 按钮时它会崩溃。

那么当我收到通知时如何以编程方式关闭 UIAlertView。

请帮我存档。

最佳答案

要以编程方式关闭它,请使用:

[alert dismissWithClickedButtonIndex:0 animated:YES];

关于ios - 在 didReceiveLocalNotification 中以编程方式关闭 UIAlertview,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24151297/

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