Objective-C:通知(NSNotification)

2020-03-23  本文已影响0人  打碟的DJ

特点

一对多的实现机制

image.png

发送者发送通知到通知中心,有通知中心发送通知给所有的观察者

发送者:
[[NSNotificationCenter defaultCenter] postNotification:[NSNotification notificationWithName:UIKeyboardWillHideNotification object:nil]]

如何实现通知机制

image.png
上一篇 下一篇

猜你喜欢

热点阅读