如何在Xcode中使NSViewController成为最顶级的?

时间:2016-01-21 02:13:59

标签: xcode swift swift2 nsviewcontroller

我想知道是否有办法让我的一个NSViewControllers在Xcode或Swift 2中保持其余部分。我也在使用OS X Cocoa。谢谢!

1 个答案:

答案 0 :(得分:0)

我假设你在多个窗口中都有NSViewControllers,它是你想要保持在其他窗口之上的窗口之一。这可以通过设置window.level

来完成
window.level = Int(CGWindowLevelForKey(.FloatingWindowLevelKey))