Apple has an NSStatusItem for managing a status bar item. But it does not have an API to display an air message from the status bar.
I know Java has TrayIcon.displayMessage() .
Does anyone know how to implement this post using Xcode C / C ++?
source share