如何在iOS 8中使用Widgets和NSNotificationCenter

时间:2014-07-21 10:29:10

标签: ios ios7 widget nsnotifications ios-app-extension

我想在ios8中使用NSNotificationCenter创建一个小部件是可能的吗? 如何使用小部件中的NSNotificationCenter。请帮帮我。

1 个答案:

答案 0 :(得分:0)

Hey Chenna :)在使用Cocoa时,将通知中心混合在iOS(或OS X)和NSNotificationCenter中的用户界面部分是一个常见的错误。 NSNotificationCenter班级负责通过addObserveraddObserverForName方法向您的班级通知您可以分配的各种事件(您可以在documentation中阅读更多内容)。

如果要为iOS 8中用户界面的一部分通知中心创建窗口小部件,您应该阅读应用程序扩展编程指南中有关Extensions in the Today view(AKA窗口小部件)的文章:)