Send and receive messages through NSNotificationCenter in Objective-C?

I am attempting to send and receive messages through NSNotificationCenter in Objective-C. However, I haven’t been able to find any examples on how to do this. How do you send and receive messages through NSNotificationCenter? 6 s 6 @implementation TestClass – (void) dealloc { // If you don’t remove yourself as an observer, the Notification … Read more