Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

make a file browser in Cocoa

I really want to make a simple file browser in Xcode kind of like Finder itself, but it just displays one folder as a grid view. Can anyone direct me to a guide?

like image 387
0x60 Avatar asked May 03 '11 03:05

0x60


1 Answers

I recommend looking at Apple's code sample for SourceView.

It's probably a good place to start and should give you enough of an idea of where to begin.

like image 92
Phil Street Avatar answered Oct 23 '22 20:10

Phil Street