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.
如何使通知可点击?
我希望当用户单击 Mac 上的通知时,Safari 会打开指定的链接。
要响应对userNotification对象的点击,您需要实现NSUserNotificationCenterDelegeate'userNotificationCenter:didActivateNotification:方法。
userNotification
NSUserNotificationCenterDelegeate
userNotificationCenter:didActivateNotification: