objective c - Tab bar icons too dark -


my tab bar icons dark.

i tried setting image unselected more transparent image, doesn't make difference. if use lighter image tab bar image, doesn't change way unselected or selected images in tab bar look.

how can make icons brighter?

try this

note - change color per requirement

 //for selected icons  [[uitabbar appearance] setselectedimagetintcolor:[uicolor yellowcolor]];   //for unselected icons  [[uitabbar appearance] settintcolor:[uicolor graycolor]]; 

Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -