美文网首页
iOS 通知

iOS 通知

作者: ReidWang | 来源:发表于2017-08-28 11:36 被阅读23次

NSNotificationCenter will call the selector provided in 

addObserver:selector:name:object:

with a single argument of type NSNotification. 

The selector is called in the same thread in which the notification was posted.

通知中心接收到通知后,调用执行方法的线程 与 post 发出通知的方法 在同一个线程。

通知更多介绍

相关文章

网友评论

      本文标题:iOS 通知

      本文链接:https://www.haomeiwen.com/subject/xnwwdxtx.html