Re: MVC pattern, bindings, and controllers
Re: MVC pattern, bindings, and controllers
- Subject: Re: MVC pattern, bindings, and controllers
- From: Ken Thomases <email@hidden>
- Date: Mon, 6 Apr 2009 19:42:54 -0500
On Apr 6, 2009, at 5:40 PM, Quincey Morris wrote:
On Apr 6, 2009, at 09:30, Gwynne Raskind wrote:
This brings me to the controller object, which is where such "glue"
code belongs. At the moment, I bind the views to the model using
NSObjectController. But NSObjectController doesn't provide the
functionality I need.
NSObjectController is probably the wrong controller, in this
context. [...]
NSObjectController is actually a "mediating" controller [...]
and the other kind of controller is referred to as a "coordinating"
controller. Gwynne, I recommend that you (re)read through the Cocoa
Fundamentals Guide where these two types of controllers are discussed.
http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html
Cheers,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden