Expected implementation style
More precisely, I want to implement something like a floating panel in MacOS
, it won't cause current window loose focus, just appear silently and close silently like search bar of spotlight or alfred.
I thought the NSPanel
may have properties to achive that, but after a few days exploring, i didn't make it.