Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mac Menu Bar Tutorial? [closed]

Tags:

macos

menu

I have seen many apps in the Mac App Store that are simple apps that shows you the mobile version of FaceBook or Google Reader in the menu bar.

I am not sure where to start though, so I'm asking you guys.

I would like the app to display a mobile version of FaceBook in a dropdown style window (coming from the menu bar) when the toolbar icon is pressed. Any links on how to get started will be greatly appreciated.

like image 992
Charlie Avatar asked Dec 17 '22 13:12

Charlie


1 Answers

I think NSStatusItem is what you're looking for.

Check the following tutorial:
Creating a Standalone StatusItem Menu

Another nice example project:
Using MAAttachedWindow with an NSStatusItem

like image 165
Anne Avatar answered Mar 13 '23 04:03

Anne