Is it possible to change UITabBarItem badge color

前端 未结 14 1605
别那么骄傲
别那么骄傲 2020-12-05 00:14

I want to change background color of UITabBarItem badge but can\'t find any resource on how to make it.

14条回答
  •  渐次进展
    2020-12-05 00:58

    I have the same problem and solved it by creating a little category that replace the BadgeView with an UILabel that you can customize easily.

    https://github.com/enryold/UITabBarItem-CustomBadge/

提交回复
热议问题