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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -