本文介绍了如何使用自定义UIImage作为UITabBarItem徽章?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何添加自定义UIImage作为UITabBarItem的标志?
即,当设置了UITabbarItem的badge值时,它将显示.
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.
推荐答案
考虑将UITabBarItem子类化并自己绘制
Consider subclassing UITabBarItem and drawing it yourself
这篇关于如何使用自定义UIImage作为UITabBarItem徽章?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!