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

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -