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.
我刚刚注意到 iTunes 的通知图标被专辑封面取代:
它的应用程序图标在标题附近是一个小图标,与我所知道的有点不同:
我只能将图像添加为内容的一部分,而不是应用程序图标。
是否有NSUserNotification我不知道的未记录 API?
NSUserNotification
NVM,我找到了答案。
iTunes 使用私有 API。
NSUserNotification *notification = [NSUserNotification new]; [notification setValue:anImage forKey:@"_identityImage"];