Binding questions (style)
Binding questions (style)
- Subject: Binding questions (style)
- From: Francisco Tolmasky <email@hidden>
- Date: Sun, 1 Feb 2004 02:20:59 -0800
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?
Francisco Tolmasky
email@hidden
http://users.adelphia.net/~ftolmasky
_______________________________________________
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.