Felix's Space

Never send to know for whom the bells tolls; it tolls for thee.

NSNotification 通知

iOS

NSNotification 一个对象通知另外一个对象,可以用来传递参数、通信等作用,与delegate的一对一不同,通知是一对多的。在一个对象中注册了通知,那么其他任意对象都可以来对这个对象发出通知。

  • NSNotificationCenter
  • NSNotificationQueue

3 Jul 2014 #iOS #NSNotification