How to change tabbar icon color from default blue?
问题 I have got four tabs. I was able to change the tab icon color from default blue to red (or probably any color) and it works perfectly fine. The problem is it works only for three tabbaritems and last one is default blue. Below is the code. I'm coding this in rootviewcontrollerAppDelegate.m You could try this by pasting the below code in your appdelegate. Could you guys help me out I'd be so greatful! @implementation UITabBar (ColorExtensions) - (void)recolorItemsWithColor:(UIColor *)color