R – Cocoa Interface Builder’s ‘Attributes Inspector’ like window

cocoainterface-builder

I'm making a Cocoa application, and I would like a panel like the 'Attributes Inspector' in Interface Builder. So with big tabs on the top and collapsable/expandable groups. Does anyone know how I can do this?

This is an image of the Attributes Inspector:

Attributes Inspector http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeQuickTour/Art/hello_win_attributes.jpg

So I actually want to make a window like the one shown in the image above.

Best Answer

InspectorKit is FOSS on github.

Related Topic