KVO and relationships
KVO and relationships
- Subject: KVO and relationships
- From: "David Aames" <email@hidden>
- Date: Mon, 20 Nov 2006 14:15:42 +0000
Hello list,
I've been looking more and more into bindings and I've been thinking about
the case when the view observes the model via a controller - e.g. it
observes the keypath @"content.property". Now when the controller handles
this call does it automatically observe @"property" and handle the details
and emit a KVO message mapping the change in @"property" to @"
content.property" OR does this call retrieve [controller content] and call
observe:... on the returned value? I think it is the former... but what
would the experts say?
Thanks,
David
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden