didFinishLaunching发布通知不起作用

时间:2017-05-02 12:06:22

标签: ios notifications

我在应用启动时发布通知,并在ViewController中添加观察者。

 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(show) name:@"TestNotification" object:nil];

但不会调用选择器节目。我对此感到困惑,所以请给我一些帮助,谢谢!

0 个答案:

没有答案