如何检测按下localNotification关闭按钮
Posted
技术标签:
【中文标题】如何检测按下localNotification关闭按钮【英文标题】:How to detect localNotification close button pressed 【发布时间】:2012-04-05 06:56:45 【问题描述】:我想在 Objective-C 中编写一个 UIlocalNotification 的关闭按钮
【问题讨论】:
【参考方案1】:无法访问关闭按钮操作。
调度了一个LocalNotification
后变成了System事件,所以只能访问view事件,调用didReceiveLocalNotification()
方法.
下面的例子展示了如何访问视图事件,如上所述:
- (void)application:(UIApplication *)application
didReceiveLocalNotification:(UILocalNotification *)notification
【讨论】:
以上是关于如何检测按下localNotification关闭按钮的主要内容,如果未能解决你的问题,请参考以下文章
取消用户关闭/退出应用程序时未执行的 LocalNotifications 方法
未从 LocalNotification.fireDate 收到通知