I am new to OSX programming and recently started a demo project for OS X 10.10. Found this -> http://cocoatutorial.grapewave.com/tag/menulet/ good tutorial to add menulet in OSX status bar. The problem is My project is using swift language and the methods and project structure/files are somewhat different. I would like to know if anyone has successfully tried this on Yosemite? Thanks.
Edit: Specific question would be how do i replace awakefromnib method to work with present AppDelegate.swift syntax?
The whole thing is this...
I just copied it from your link, and translated to Swift. It still shows a window, etc., which should be trivial to remove... UPDATE showed how...
(and of course I'm running it on Yosemite)