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 应用程序中从 Objective-c 向 Mountain Lion 的通知中心发送通知?(不要与 nsnotificationcenter 混淆)。我想要一个示例项目的链接或发布的示例代码。
看看NSUserNotification课堂。设置完成后,您可以通过NSUserNotificationCenter课程安排它,然后该课程将处理向用户的演示。
NSUserNotification
NSUserNotificationCenter