Emerge Tools Blog:  Learn advanced app optimization and monitoring techniques from experts in the field. Based on their experience working at companie

How to make a macOS menu bar app

submited by
Style Pass
2022-06-24 05:00:06

Emerge Tools Blog: Learn advanced app optimization and monitoring techniques from experts in the field. Based on their experience working at companies like Apple, Airbnb, Snap, and Spotify.

It can present another Window or menu item when tap, e.g., the Siri app presents a popup window to interact with Siri or Battery app that shows battery status when tap.

In this article, we will learn what it takes to create a toy menu bar application. It is an app that shows a number from 1 to 3, and you change it by tapping it and selecting the new number from the menu item.

Emerge Tools App Performance Blog: Why are Swift reference types bad for app startup time, and what’s the performance cost of protocol conformances? That’s just a couple of the topics you can learn about on the Emerge blog — written by the app performance experts behind Emerge’s advanced app optimization and monitoring tools, based on their experience of working at companies like Apple, Airbnb, Snap, and Spotify.

Let's start by creating a simple macOS project. I will create this app programmatically without a storyboard. If you aren't familiar with the process, I encourage you to check my previous post, How to create a macOS app without storyboard or xib files, where I explain how to do it in detail. We only need a portion of what we did in that article.

Leave a Comment