I have UITabBarconfigured it using the Builder interface, and the image highlighting works correctly only if I do not set the hue color of the global application:

When I set the global hue color of my application using
[[UIView appearance] setTintColor:[TAStyleKit tintColor]];
then all tab images are displayed as selected.

Only when I click on the tab and go back do they have the correct color. Notice the Weapons tab, which is gray here:

What am I doing wrong?
source
share