I want to change background color of UITabBarItem badge but can\'t find any resource on how to make it.
UITabBarItem
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/