Musthafa P P
Musthafa P P

Reputation: 655

How to implement TopBar in a Cocoa Application?

I am new in Cocoa development. I want to implement this type of Bar (below image) in my application. How can i implement this? Which control using for this ? enter image description here

Upvotes: 0

Views: 183

Answers (2)

Caleb
Caleb

Reputation: 125017

Read Mac OS X Human Interface Guidelines. The section relevant to your question is Designing a Toolbar, but it would be a good idea to read the entire document. It contains a lot of important information about the various user interface components, how to use them, and links to additional documentation on each component.

Upvotes: 1

justin
justin

Reputation: 104708

Start with some sample code related to NSToolbar.

Upvotes: 2

Related Questions