Re: forwarding KVO from NSDocument to model
Re: forwarding KVO from NSDocument to model
- Subject: Re: forwarding KVO from NSDocument to model
- From: Scott Anguish <email@hidden>
- Date: Wed, 11 May 2005 07:15:48 -0400
if the NSDocument is KVC compliant for those keys, and you're setting them using a KVC compliant means, the NSDocument should work just the same as the existing model object.
On May 11, 2005, at 4:36 AM, Cameron Hayne wrote: However, it is far from obvious how I should go about setting up the "forwarding" of KVO so that the model changes will get observed. I don't want to have to add an observer for each and every model attribute - but I don't see a nice way to handle it otherwise.
|
_______________________________________________
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