Cai*_*Cai 9 macos cocoa itunes nsusernotification nsusernotificationcenter
我刚刚注意到iTunes的通知图标被专辑封面取代:

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

我只能添加图像作为内容的一部分,而不是应用程序图标.
是否有NSUserNotification我未知的无证API?
Cai*_*Cai 16
NVM,我找到了答案.
iTunes使用私有API.
NSUserNotification *notification = [NSUserNotification new];
[notification setValue:anImage forKey:@"_identityImage"];
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1925 次 |
| 最近记录: |