tags:

views:

120

answers:

2

Apples Application like Pages and Numbers always show an additional small Toolbar under the main Toolbar. Is there an object like this in the Interface Builder or do I have to build it from scratch? I looked in the IB Library but found nothing so far.

+1  A: 

There is no build-in control for that. You can take a look at the BWToolkit from Brandon Walkin. It has a lot of nice controls to build Apple-like applications. Maybe it can fit your needs...

Laurent Etiemble
Thanks a lot. Looks useful.
Holli
A: 

It's just a simple view containing various controls. You could build most of it directly in Interface Builder. Just create an NSBox, give it a background color and then place "Mini"-sized controls in it.

Rob Keniger