i have changed the selected color of tab bar icon buy giving user defined runtime Attribute "tintColor". now i need to change unselected tab bar icon color can any body tell me the "user defined runtime Attribute" key word for it?
Asked
Active
Viewed 338 times
1 Answers
0
We recently had this issue and ended up using original images that has the desired color for unselected
state and when any item is selected we applied the tintColor
.
Hope it helps.

Islam
- 3,654
- 3
- 30
- 40
-
i have tried it but it also give gray color – Kombuwa Nov 29 '15 at 05:13
-
1You should mark your images' `renderingMode` as `AlwaysOriginal` ([learn more](http://stackoverflow.com/q/24145221/2177402)) – Islam Nov 29 '15 at 05:19
-
@IslamQ. i've tried it but didn't succeed – TomSawyer Jul 13 '16 at 20:33