举办活动:
[[NSNotificationCenter defaultCenter] postNotificationName:notificationName object:someObj];
Run Code Online (Sandbox Code Playgroud)
听取这个事件:
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(notificationSelector:) name:notificationName object:notificationSender];
Run Code Online (Sandbox Code Playgroud)
要停止收听事件:
[[NSNotificationCenter defaultCenter] removeObserver:self name:notificationName object:notificationSender];
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3219 次 |
| 最近记录: |