发通知

2018-04-14  本文已影响0人  ljzza

A给B发通知:
A:[[NSNotificationCenter defaultCenter] postNotificationName:@"changeAddress" object:[NSString stringWithFormat:@"%@",model.district]];

B:[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(changeAddress:) name:@"changeAddress" object:nil];
-(void)changeAddress:(NSNotification *)notification
{

}

上一篇 下一篇

猜你喜欢

热点阅读