我需要有關通知張貼到多個觀察員詳細教程。 這裏是我的代碼發佈通知多個觀察者
-(void)viewDidLoad
{
NSString *notificationName = @"MT";
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(useNotificationWithString:)
name:notificationName
object:nil];
}
這是當前對象的我想要發佈通知其他類的對象了。
如果你能多做到這一點。你只需要發佈一個願望通知作爲原始部分。 – Anupdas