April 2015
Intermediate to advanced
556 pages
17h 47m
English
Notification objects are very simple. A notification is like an envelope into which the poster places information for the observers. A notification has two important properties: name and object.
var name: String
var object: AnyObject?
Nearly always, object is a reference to the object that posted the notification. (It is analogous to a return address.)