标签: ios notifications
我在应用启动时发布通知,并在ViewController中添加观察者。
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(show) name:@"TestNotification" object:nil];
但不会调用选择器节目。我对此感到困惑,所以请给我一些帮助,谢谢!