Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在developer.apple.com找到了一个覆盖窗口示例。它工作得很好,但我也想将我的程序窗口覆盖在其他全屏应用程序的窗口上。
有没有办法执行这个功能?
查看文档中的窗口级别。NSWindow
NSWindow
使用NSScreenSaverWindowLevelorNSStatusWindowLevel应该就足够了。
NSScreenSaverWindowLevel
NSStatusWindowLevel
另请查看http://cocoadev.com/wiki/NSWindowLevel