如何在 UIBarButtonItem 中获取徽章?

发布于 2024-12-12 00:30:04 字数 100 浏览 0 评论 0原文

我想在 UIToolbar 中为 UIBarButtonItem 设置徽章编号。这可能吗?其功能与普通应用程序图标的徽章编号相同。有什么建议吗?我有一个方法返回一个设置为徽章计数的数字。

I want to set a badge number for a UIBarButtonItem in my UIToolbar. Is this possible? It will function the same was as the normal app icon's badge number. Any advice? I have a method that returns a number that is set as the badge count.

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

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

发布评论

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

评论(1

月亮坠入山谷 2024-12-19 00:30:04

工具栏项目通常不显示徽章编号,这些通常是选项卡栏。除此之外,如果您对工具栏中的项目使用自定义视图,您可以创建一个视图并将其添加到项目顶部。

要使徽章拉伸,您可以根据您的 iOS 目标,使用 ressizedImage WithCapInsets:stretchableImageWithLeftCapWidth:topCapHeight: 将其设置为背景图像。该数字只是一个白色文本 UILabel。

您可以使用此图片:

徽章图片

Toolbar items don't usually display badge numbers, those are usually TabBars. That aside, if you use a custom view for the item in the toolbar you can create a view and add it on top of your item.

To make the badge stretch you can set it as the background image using the resizableImage WithCapInsets: or stretchableImageWithLeftCapWidth:topCapHeight: depending on your iOS target. The number is just a white text UILabel.

You can use this image:

Badge image

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