Re: myOutlineView rowForItem representedObject
On Sep 9, 2009, at 5:15 PM, jon wrote: 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 ]]; AFAICT, t
myOutlineView rowForItem representedObject
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 ]]; ___ Co