NSWindow on top of other full screen applications
I’m programmatically creating an NSWindow
and have set its level
and other properties, but it doesn’t appear on top of other apps. Using NSPanel
works, but I prefer not to use it since it doesn’t support full-screen mode.