I have struggle upto 2 days in NSTreeviewController class. Here is my code
NSMutableDictionary *dic = [NSMutableDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithBool:YES], @"isGroup",
@"Desktop",@"name",
[NSMutableArray arrayWithObjects:
[NSDictionary dictionaryWithObjectsAndKeys:@"Science", @"name",nil],
[NSDictionary dictionaryWithObjectsAndKeys:@"Art", @"name", nil],
[NSDictionary dictionaryWithObjectsAndKeys:@"History", @"name", nil],nil], @"children", nil];
[treecontroller addObject:dic];
I have added TreeController Keypaths as 'children'.
Actually my application scope is want to show the file directories. like as follows
I have attached the image
that is i want shows the finder here.
how can i add to here. pls help. i'm waiting. thanks in advance. sorry for my mistaken english