通知

来源:互联网 发布:中振袖和服价格知乎 编辑:程序博客网 时间:2024/04/29 01:40

在一个类中写入:
[[NSNotificationCenter defaultCenter] postNotificationName:@"name" object:self];

另在一个类中写入:
NSNotificationCenter *notificationCenterCell = [NSNotificationCenter defaultCenter];

[notificationCenterCell addObserver:self selector:@selector(done:)name:@"name" object:nil];

原创粉丝点击