Re: Handling Cocoa Bindings over a tree of View Controllers

2017-03-21 Thread Keary Suska
> On Mar 21, 2017, at 6:26 AM, Daryle Walker wrote: > > A design for my third window iteration involves using several > NSViewController subclasses in a UI tree. The current (i.e. second) version > just has the root NSViewController and a bunch of NSView objects. There is a > NSObjectControll

Handling Cocoa Bindings over a tree of View Controllers

2017-03-21 Thread Daryle Walker
A design for my third window iteration involves using several NSViewController subclasses in a UI tree. The current (i.e. second) version just has the root NSViewController and a bunch of NSView objects. There is a NSObjectController and a NSArrayController to bind the various view objects to my