已结束。此问题不符合
Stack Overflow guidelines .它目前不接受答案。
Best Answer-推荐答案 strong>
你应该这样做:
[[NSNotificationCenter defaultCenter] addObserver:self selectorselector(getItems name:kgotNotification object:nil];
[[NSNotificationCenter defaultCenter] postNotificationName:kgotNotification object:self userInfo:dictionary];
然后你的 getItems 方法:
-(void)getItemsNSNotification* )note
{
NSLog(@"UserInfo: %@", note.userInfo);
}
关于ios - NSNotification - 在发布通知之前检查是否添加了观察者,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/21836592/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |