Objective-C API 用于创建邮件/消息之类的接收器

发布于 2024-12-24 02:49:05 字数 201 浏览 1 评论 0原文

有谁知道是否存在一个开放的 Apple API 可用于创建圆形接收者徽章,正如您在“邮件”和“消息”应用程序(可能还有其他几个 Apple 应用程序)中看到的那样。

编辑:一张示例图片(我想达到与“Jay Deragon”相同的效果)

在此处输入图像描述

Does anyone know if there exists an open Apple API to use to create rounded receivers badges as you can see in both Mail and Message app (and probably several other Apple apps).

EDIT: An examplifying picture (I want to achieve the same effect as where it says "Jay Deragon")

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦纸 2024-12-31 02:49:05

最简单的方法:

[[UIApplication sharedApplication] setApplicationIconBadgeNumber:99] //shows 99 on app icon

The simplest way:

[[UIApplication sharedApplication] setApplicationIconBadgeNumber:99] //shows 99 on app icon
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文