Reputation: 169
Can somebody please tell me which class/IB widget this is for the headers where it says "Task", "Grade", "Files"?
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
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
Well, to create an inspector pane you can also have a look at OmniGroups open source frameworks
Upvotes: 1
Reputation: 24125
It looks like InspectorKit. You may be interested in this similar question.
Upvotes: 3