Rebecca Morgan
Rebecca Morgan

Reputation: 169

What Cocoa class is this?

Can somebody please tell me which class/IB widget this is for the headers where it says "Task", "Grade", "Files"?

Inspector window with collapsible sections

Thanks.

EDIT: My question was totally unclear. Let me rephrase. This is a screenshot from an app called "Schoolhouse". I was wondering how I can get that same style for the headers (headers being where it says "Task", "Grade", "Files"). Basically, what did he use to make this layout?

Upvotes: 1

Views: 189

Answers (2)

epatel
epatel

Reputation: 46051

It looks like someone has installed an InterfaceBuilder plugin to add custom views in it.

If you use the inspector you should be able to see what name the class has, and hopefully can from it find the header file needed to access this thing in code.

alt text http://img.skitch.com/20100109-q48mdui66s77yy6i8mu5s45gu5.jpg

Edit

Well, to create an inspector pane you can also have a look at OmniGroups open source frameworks

Upvotes: 1

Tom Dalling
Tom Dalling

Reputation: 24125

It looks like InspectorKit. You may be interested in this similar question.

Upvotes: 3

Related Questions