Re: Limited-access, KVO-compliant mutable array?
Re: Limited-access, KVO-compliant mutable array?
- Subject: Re: Limited-access, KVO-compliant mutable array?
- From: Quincey Morris <email@hidden>
- Date: Wed, 11 Jul 2012 09:42:16 -0700
On Jul 11, 2012, at 07:28 , Ken Thomases wrote:
> (By the way, you're using the term "proxy" in a manner which I find confusing.)
The term "collection proxy object" is used in NSKeyValueCoding.h -- there's an immutable one from 'valueForKey:' and a mutable one from 'mutableValueForKey:'.
By analogy, when I've written NSArray subclasses that control access to other arrays via the containment pattern, I've called them proxies too.
_______________________________________________
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