I have a class MyImage, that have a NSAffineTransform member transform.
In my AppDelegate a have a NSMutableArray of images.
I have a MyView that draw the images from AppDelegate.images. So it must track changes in AppDelegate.images and redraw the content.
What is the best way to implement this though bindings?