尝试在
swift中设置窗口级别时使用以下方法获取未解析的标识符“窗口”错误:
window.level = Int(CGWindowLevelForKey(Int32(kCGScreenSaverWindowLevelKey)))
要么
window.level = NSScreenSaverWindowLevel
我检查过
这里How to set window level in Swift
这里Mac OS X,make a window go over menu bar
我似乎无法访问NSViewController或NSWindowController窗口属性
Swift 2更新:
原文链接:https://www.f2er.com/swift/319023.htmlpanel.level = Int(CGWindowLevelForKey(CGWindowLevelKey.PopUpMenuWindowLevelKey))