I have set color for tab bar in app delegate:
[[UITabBar appearance] setTintColor:[UIColor redColor]];
It works perfect, but I also need to set text color separately. I want my image to be tint with red color, but the text has to be white color.
Is this possible to make?