Skip to content. | Skip to navigation

Personal tools

Sections

Bindings, the Best Code is the Code Not Written

I gave a CocoaHeads talk on bindings

 

Cocoa Bindings enables you to establish a live connection between an item of data and its presentation in a view. Any change made to the data’s value, either in the view or in the object that stores the data, automatically propagates across the connection. Using Cocoa bindings reduces the glue code you once had to write to connect a view to its underlying model.

These are the slides.