如何使Iphone图标更新通知样式图标
我想用我的图标做一些类似于 iPhone 所做的事情。我想要一个图标,并且在图标的右上角有一个圆形的红色通知器,用于显示新的更新。
我该如何制作?
I'd like to make something similar what iPhone does with my icons. I'd like to have an icon and also the round red notifier in the upper right side of the icon for showing new updates.
How can I make it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这些徽章是通过操作系统处理的。您不能提供包含基本方块之外的任何内容的图标。要在程序中设置徽章,请参阅 UIApplication 和 UILocalNotification 的文档。
Those badges are handled through the OS. You can't provide an icon with any content outside of the basic square. To set the badge in the program look at the documentation for UIApplication and UILocalNotification.
要让您的应用程序显示徽章编号,您可以在您希望更改编号的任何方法中使用类似的内容。
To get your application to display badge numbers, you can use something like this inside whatever method you want it to change the number.