I am trying to change the tint color of the UITabBarItem when it is selected with this line of code:
[[UITabBar appearance]setTintColor:[UIColor colorWithRed:89 green:216 blue:239 alpha:1]];
However when I select the TabBar the tint color becomes white.
Anyone know why?
Thank you!