Reputation:
Tough question. I'm looking for examples to create a custom NSMenuItem design. I want to achieve something like http://anvilformac.com/. Are there any examples out there that could put me in the right direction? Or at least a tutorial?
Upvotes: 2
Views: 3925
Reputation: 30551
Drag a Custom View into your xib. Right click first Menu item and drag from the view property to the Custom View.
Upvotes: 0
Reputation: 237010
Apple has a section of their menu programming guide dedicated to this, and the related sample code provides a full working implementation of a custom menu view.
Upvotes: 5