Link: Cocoa Bindings Examples and Hints
A lot of useful resources about Cocoa bindings, including:
- Using bindings and a data source in a table view to implement drag and drop;
- An NSArrayController subclass used to filter the contents of a table view;
- Disabling sorting in a table view.