Can anyone clarify/elucidate the situation with respect to -[NSNotificationCenter addObserver:selector:name:object:]?
-[NSNotificationCenter addObserver:selector:name:object:]
What types of references are
Current situation in 2016:
iOS 9 has changed NSNotificationCenter such that it weak references the target object.
NSNotificationCenter
That also to say you no longer have to removeObserver in when the object is dealloc.
removeObserver