Do we have to send removeObserver: explicitly for objects that have been added as observers to an NSNotificationCenter before?
removeObserver:
NSNotificationCenter
I am bit con
Yes, you need to call removeObserver:, if you don't the observed class could call all deallocated instance of the observer.