我的标签栏图标太暗。
我尝试将未选中的图像设置为更透明的图像,但它没有任何区别。即使我使用较亮的图像作为标签栏图像,它也不会改变标签栏中未选择或选定图像的显示方式。
如何让图标更亮?
答案 0 :(得分:0)
试试这个
注意 - 根据您的要求更改颜色
//for selected icons
[[UITabBar appearance] setSelectedImageTintColor:[UIColor yellowColor]];
//for unselected icons
[[UITabBar appearance] setTintColor:[UIColor grayColor]];