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.
当用户开始使用另一个应用程序或 Finder 并且我的应用程序不再是焦点时,我想在我的 mac 应用程序中做一些事情。
我怎么做?
您可以观察NSApplicationDidResignActiveNotification以了解您何时不再是活动应用程序。此通知和相关通知记录在NSApplication Class Reference中。
NSApplicationDidResignActiveNotification
如果您不知道如何观察通知,您将需要阅读通知编程主题。