Cocoa Interface Design

Hey,

I'm new here at the Aqua-Soft Forums, I'm Leo Mancini, designer and coder for pixelstorms.com.

I'm currently working on an interface design for an unreleased app, I was wondering if you guys could help me with something.

I'd like to make a selection list in Interface Builder that would look like the Finder sidebar... I've seen this in other apps, I just don't know how to do it in Interface Builder.

Thanks!

#473965

In Interface Builder I think the closest you can come to this is an NSTableView with two columns, left one is image cells and the right text. Most apps that do this use a custom NSTableView subclass I do believe. If you want to see an example of one, check out http://gdisk.sourceforge.net/ the download window in this app is pretty close to what you're asking for. Hope this helps you!

#474053