标签: objective-c xcode macos nsusernotification nsusernotificationcenter
我现在在做什么:
[[NSUserNotificationCenter defaultUserNotificationCenter] removeAllDeliveredNotifications];
所以我的问题是,如何在通知中心留下通知?
答案 0 :(得分:0)
您可以随时删除它,然后再次添加它,确保NSUserNotificationCenter委托类将shouldPresentNotification方法实现为NO。