Re: Getting an NSOutlineView Item's parent
Re: Getting an NSOutlineView Item's parent
- Subject: Re: Getting an NSOutlineView Item's parent
- From: Scott Stevenson <email@hidden>
- Date: Thu, 19 Oct 2006 18:42:05 -0700
On Oct 19, 2006, at 3:21 PM, Perrog wrote:
For example, the following items represents an "address" to an object.
"rootObject.MyKey" -> [rootObject objectForKey:@"MyKey"]
"rootObject.MyKey.2" -> [[rootObject objectForKey:@"MyKey"]
objectAtIndex:2]
Is that second one a KVC keypath? You can't use indexes that way.
Did you mean something like an NSIndexPath?
- Scott
_______________________________________________
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