#7 Understanding notifications (part 2)

In this Episode, I will illustrate how an observer object can listen to notifications sent by a particular object. I assume you have already watched Episode #6.

As always, feel free to give some feedback about this episode!

#6 Understanding notifications

In this episode, I will show you how notifications can be used by an object to inform an arbitrary number of observer objects of a particular action.

[update] : In the screencast, I renamed contentView -> _contentView and slider -> _slider. It is a good guideline *not* to use the _ for the instance variables in your code to avoid conflict with Cappuccino super class instance variables. I’ve updated the eposide code to reflect those changes. Thanks to Ross for pointing this out.