Re: KVO compliant array proxy
Re: KVO compliant array proxy
- Subject: Re: KVO compliant array proxy
- From: Gideon King <email@hidden>
- Date: Sat, 16 May 2009 19:42:35 +1000
Sorry, I explained why I need to dynamically manage the arrays in a
previous post - I need to use different subsets of the overall set of
objects depending on what types of object are in the overall array,
and which specific attribute I am binding to, so I do need to manage
the arrays dynamically (potentially a separate array for each
attribute I bind to) - it's not just a simple array that I can set
once and forget. Didn't want to make an extra long post this time by
explaining the reasons again.
Gideon
On 16/05/2009, at 7:25 PM, Kyle Sluder wrote:
On Sat, May 16, 2009 at 4:00 AM, Gideon King <email@hidden>
wrote:
I am trying to use an array controller to bind to an array that I
manage,
and it appears from the documentation that I need to have a proxy
object
that responds to all the standard array methods, so I created that,
and if I
Wait, what?!
http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/KeyValueCoding/Concepts/AccessorConventions.html#/
/apple_ref/doc/uid/20002174-BAJEAIEE
--Kyle Sluder
_______________________________________________
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