NSTableViewBinding

Last Revision:
Version 1.1, 2012-04-23
Upgraded to Xcode 4.3 and Mac OS X 10.7.
(Full Revision History)
Build Requirements:
Xcode 4.3, Mac OS X 10.7
Runtime Requirements:
Mac OS X 10.6.x or later

NSTableViewBinding is an application that demonstrates how to use Cocoa Bindings with a NSTableView. It demonstrates how to setup bindings in both Interface Builder or programatically. The compile flag "kUse_Bindings_By_Code" inside MyWindowController.m will instruct the compiler to build code that establishes the very same bindings created in Interface Builder. Of course, to set this flag will mean that these bindings setup in Interface Builder will not be necessary and become redundant.