Search code examples
iosios7uitabbarcontroller

Tab bar item tint color


In iOS 7, I been developing an app that uses the UITabBarController and I noticed that the tab bar items stay gray even tho I change the tint color of the tab bar. Is there any way to change the color of non-selected tab bar items?


Solution

  • To do this:: follow a simple approach..

    1. Change tintColor as you want

    2. Add a new set of images for unselected items and render them in original mode.

    For more info, read through this link