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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -