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
You always need to remove observers for KVO as well as for Notifications.