如何在 UIBarButtonItem 中获取徽章?
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
工具栏项目通常不显示徽章编号,这些通常是选项卡栏。除此之外,如果您对工具栏中的项目使用自定义视图,您可以创建一个视图并将其添加到项目顶部。
要使徽章拉伸,您可以根据您的 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: