NSUserNotification可自定义的应用程序图标?

时间:2014-07-24 02:04:51

标签: macos cocoa itunes nsusernotification nsusernotificationcenter

我刚注意到iTunes的通知图标已被专辑封面取代:

iTunes Notification

它的应用程序图标在标题附近是一个小图标,与我所知道的有点不同:

Normal Notification

我只能添加图片作为内容的一部分,而不是应用图标。

是否有我未知的无证NSUserNotification API?

1 个答案:

答案 0 :(得分:16)

NVM,我找到了答案。

iTunes使用私有API。

NSUserNotification *notification = [NSUserNotification new];
[notification setValue:anImage forKey:@"_identityImage"];