iOS,swift,Objective C,UserNotificationCenter,NSNotificationCenter

时间:2017-03-20 05:42:00

标签: ios objective-c swift nsnotificationcenter unusernotificationcenter

我有一个现有项目,我们使用NSNotificationCenter构建它。现在,如果我想向我的应用添加丰富的通知,是否应该用NSUserNotification替换所有NSNotification调用?

当我尝试通知服务扩展时,不会替换远程和本地通知。

1 个答案:

答案 0 :(得分:2)

他们完全不同。 $formMapper->add('jobs', 'sonata_type_model_list', [])用作向对象实例通知以分离方式发生某事的方法 这是观察者模式的实现,当您需要通知更多对象(观察者)事件已发生并且他们可以响应该事件时非常有用。
NSNotification用于告知用户发生的事情,并显示在NSUserNotification