Closed andheiberg closed 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.
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?