如何使用自定义 UIImage 作为 UITabBarItem Badge?
如何添加自定义 UIImage 作为 UITabBarItem 的徽章?
即当设置 UITabbarItem 的徽章值时它将显示。
How can I add a custom UIImage as the Badge for a UITabBarItem?
I.e It will show up when the badge value of the UITabbarItem is set.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
考虑子类化 UITabBarItem 并自己绘制它
Consider subclassing UITabBarItem and drawing it yourself
Sascha Paulus 编写了一个很棒的类,它就是这样做的:
CustomBadge2.0
您当然可以将它与子类化
UITabBarItem
结合使用。Sascha Paulus wrote a great class that does just this:
CustomBadge2.0
You can of course use it in combination with subclassing
UITabBarItem
.您可以为 CustomBadge 使用以下自定义类:
https://github.com/ckteebe/CustomBadge /tree/master/Classes
我希望这会对您有所帮助。
u can use the following custom class for CustomBadge:
https://github.com/ckteebe/CustomBadge/tree/master/Classes
i hope this will help you.
可以在此处查看。这里自定义项目被添加为 UILabel。考虑在这里使用您自己的选择。
演示
只需两行代码即可开始
Can have a look inside here. Here custom item is added as a UILabel. Consider using your own choices here.
Demo
and only two line of code, to get you go