Reputation: 987
I've been looking around and I can't find much information on how I would go about creating a window similar to the Mac App Store or iTunes. It has a thicker title bar with buttons ect. as you can see in the image below.
Any help would be much appreciated.
Upvotes: 5
Views: 3050
Reputation: 1388
In Interface Builder there's an item called "Toolbar". Drag that onto your Window, then you can add "Image Toolbar Items", "Flexible Space Toolbar Item", etc.
Upvotes: 3
Reputation: 2647
There are some similar questions to this one: Title Bar Buttons and Custom Title Bars.
I think the main workaround is to create your own view to be placed in top of the titlebar as a child of your window's content superview.
Upvotes: 2