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.
我想在调用键盘快捷键 - 显示桌面时显示我的窗口,有没有什么功能可以做到这一点?
我在自定义状态栏项目下显示此窗口。所以我想这样做。
我自己解决了这个问题,我想也许你有时需要这个,只需设置窗口self.window.collectionBehavior = NSWindowCollectionBehaviorStationary; 窗口就会一直显示。
self.window.collectionBehavior = NSWindowCollectionBehaviorStationary;