NSString *const
NSNotificationCenter
[center
-(void)onToIphone:(NSNotification*)notify
:这个方法是接受到GameToIPhoneNotification
2.调用信息
NSNotificationCenter * center = [NSNotificationCenter defaultCenter];
[center postNotificationName:GameToIPhoneNotification
[NSDictionary dictionaryWithObjectsAnd
本文深入探讨了消息中心的概念,包括如何创建关联、注册消息中心、调用信息及使用通知中心识别变量的过程。
641

被折叠的 条评论
为什么被折叠?



