Hi I need a simple example program to send and receive a message through NSNotificationCenter in Objective-C ???
|
feedback
|
| |||||||||||||
feedback
|
|
To expand upon dreamlax's example... If you want to send data along with the notifcation In posting code:
In observing code:
| |||||
feedback
|
-postNotificationName:object:method ofNSNotificationCenterand the corresponding observation methods. – Rob Keniger Feb 3 '10 at 12:22