indragiek / INAppStoreWindow

NSWindow subclass with a highly customizable title bar and traffic lights
BSD 2-Clause "Simplified" License
1.06k stars 160 forks source link

How to use INAppStoreWindow in conjunction with NSToolBar #35

Closed andheiberg closed 12 years ago

andheiberg commented 12 years ago

I'm trying to replicate the toolbar from the mac app store, however adding a nstoolbar to the titleBarView seams to be impossible. What is the correct way to accomplish this?

indragiek commented 12 years ago

INAppStoreWindow doesn't support the use of NSToolbar, which only works with plain NSWindow's. The easiest way to achieve an effect similar to the MAS toolbar is to add NSButtons directly to the titleBarView.