NSNotificationCenter Tutorial
So I come from a Flash background (I know, I know) and one of the things I really like about coding in AS3 is the event based system. AS3 allows custom events that bubble through the hierarchy of objects and only those objects listening to the event need respond. It’s very elegant solution that conforms … Continue reading NSNotificationCenter Tutorial