BollywooD
Sep 20, 2009, 02:49 AM
how do I return an NSArray of all the root objects in my NSTreeController?
this should be simple?
this is the code I have tried....
NSArray *myArray = [[self myTreeController] allObjects];
and this:
NSArray * myArray = [myTreeController content];
Im stumped....
this should be simple?
this is the code I have tried....
NSArray *myArray = [[self myTreeController] allObjects];
and this:
NSArray * myArray = [myTreeController content];
Im stumped....
