views:

117

answers:

2

Hi,

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?

+1  A: 

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

Edit

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

epatel
+3  A: 

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

Tom Dalling