Sorry if this is an obvious question, but I'm new to Objective-C.
I'm making a menu bar app (doesn't show in Dock, only in menu bar), and for some reason when I open a window, it appears at the very back, behind all the other apps. I thought makeKeyAndOrderFront:
would be enough, but it doesn't seem to do the trick.
So how do I make the window appear in front of other apps?