Monthly Archives: October 2008

NSNotificationCenter

I just learned about NSNotificationCenter. Any class in a program can send a notification message to the notification center, and all classes can listen to the center and respond to messages that apply to it. It’s kind of like a … Continue reading

Posted in Apple, Coding | Tagged , | 1 Comment