每当用户(设备到设备)之间发送邮件时,如果应用程序未处于焦点状态,接收用户将收到通知。随着通知,该标签的徽章值应增加1在试图这样做,我创建了一个通知中心作用,在OneSignal的handleNotificationReceived块熄灭(内initLaunchWithOptions)像这样: handleNotificationReceived: { (notification) in
我换徽章位置使用此代码: for tabBarButton in self.tabBar.subviews{
for badgeView in tabBarButton.subviews{
let className=NSStringFromClass(badgeView.classForCoder)
if className == "_UIBadge