Re: Binding questions (style)
Re: Binding questions (style)
- Subject: Re: Binding questions (style)
- From: Dustin Voss <email@hidden>
- Date: Sun, 1 Feb 2004 03:45:52 -0800
On 1 Feb, 2004, at 2:20 AM, Francisco Tolmasky wrote:
I've been doing my programmatic bindings pretty lazily up to now in my
programs. In other words, I bind views directly to models with no
controller inbetween. Something along the lines of [someSubView bind:
@"someproperty" toObject: self withKeyPath:"model.someData" options:
nil]. where "self" is a view itself, and model is bound to some
arraycontroller for instance. Should I take the time to place the
controller intermediary?
I have been doing the same thing as you. My app seems to work. I am not
sure what the best use for NSObjectController is.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.