I\'m trying to get one instance of using NSNotificationCenter with addObserver and postNotificationName but I can\'t work out why it w
NSNotificationCenter
addObserver
postNotificationName
I successfully fixed my "NSNotification not being sent when postNotificationName: called" crash.
NSNotification
postNotificationName:
I found the real bug is in notification message handler.
The postNotificationName and addObserver are all right as the first post of this thread.