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.
我想使用与 iPhone 和 iPad 的邮件图标相同的数字计数,这个小数字如何在图标上弹出?
[UIApplication sharedApplication].applicationIconBadgeNumber = 3;
当您希望徽章消失时,请记住将其设置为 0,这样它就不会烦人地卡在那里。