gpt4 book ai didi

iphone - didReceiveRemoteNotification - 在当前 View Controller 中调用函数

转载 作者:行者123 更新时间:2023-12-03 21:18:30 26 4
gpt4 key购买 nike

当我收到推送通知时,如何触发当前 View Controller (当前用户查看)的功能。

提前致谢..

最佳答案

最好的方法是在应用程序委托(delegate)的方法中处理删除通知,使用 NSNotificationCenter 发送通知

[[NSNotificationCenter defaultCenter] postNotification:@"remoteNotification" withObject:whateverYouWantHere];

然后使用 NSNotificationCenter 添加任何感兴趣的 UIViewController 作为“remoteNotification”名称的观察者。

关于iphone - didReceiveRemoteNotification - 在当前 View Controller 中调用函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7513970/

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