Re: KVC with bindings to array elements?
Re: KVC with bindings to array elements?
- Subject: Re: KVC with bindings to array elements?
- From: John Terranova <email@hidden>
- Date: Fri, 20 Oct 2006 08:35:53 -0700
You can do it yourself by writing your own valueForUndefinedKey:
which parses something like params@2 itself to return the proper object.
On Oct 20, 2006, at 8:04 AM, Scott Anguish wrote:
KVC doesn't support using a keypath to access a specific index in
an array.
On Oct 20, 2006, at 9:52 AM, Jeff Koftinoff wrote:
What key path do I use to specify the n'th NSNumber in a
NSMutableArray? I tried the following:
myData.params.2
myData.params.@2
myData.params@2
_______________________________________________
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