myOutlineView rowForItem representedObject
myOutlineView rowForItem representedObject
- Subject: myOutlineView rowForItem representedObject
- From: jon <email@hidden>
- Date: Wed, 09 Sep 2009 16:15:51 -0600
what is the opposite of the "representedOject" method so that
indexRow comes out correctly here below?
BaseNode* node4 = [[myOutlineView itemAtRow:i] representedObject];
indexRow = [myOutlineView rowForItem: [node4 ????]];
_______________________________________________
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