NSNotificationCenter--消息機制

用法:  [[NSNotificationCenter defaultCenter] postNotificationName:@"事件名稱" object:nil];  //發出通知  [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(abc:) name:@"事件名稱" object:nil];
相關文章
相關標籤/搜索