views:

38

answers:

1

I just like to implement a function : Develope a app , and have a outline view, which have a folder and file tree just like Finder or a app called PathFinder , how to implement it ? Thank you very much!

+1  A: 

That's called a source list, and there's a really convenient NSOutlineView subclass available on github here: http://github.com/Perspx/PXSourceList

Dave DeLong