Search code examples
macosmenubar

Simple Mac OS development app


What is the app's icon that appears to the right of the menu bar called?(like the twitter one)

When you press it, it's usually a drop down menu..

I want to implement a similar one in my mac app.. any help where can i start?

How can i make a similar icon for my app?


Solution

  • The menu icon is a status item, represented by the NSStatusItem class. See the question How to create a menubar application for Mac and its answers for more info.