Bindings, the Best Code is the Code Not Written

less than 1 minute read

It was fun presenting this topic as a Philadelphia CocoaHeads talk.

Summary

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.

spooky action at a distance

These are the slides.

The video is on Vimeo.

Updated: