swift - How can I make an NSViewController topmost in Xcode? -


i know if there way make 1 of nsviewcontrollers stay on top of rest of them in xcode or swift 2. working os x cocoa. thanks!

i assume have nsviewcontrollers in multiple windows, , it's 1 of windows want keep on top of others. done setting window.level:

window.level = int(cgwindowlevelforkey(.floatingwindowlevelkey)) 

Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -