iOS更改标签栏图标颜色

时间:2013-06-14 21:24:22

标签: ios colors icons tabbar

我的印象是,创建标签栏图标的方法是创建具有适当透明度的图标(阅读此http://greenerpastures.dk/blog/iphone-udvikling/how-to-make-tab-bar-icons后)。我已将标签栏更改为灰色,因此根据透明度,我的图标在灰色到白色的范围内。这是图像图像中没有透明度的图像:

enter image description here

这是图标图像中透明度相当的一个:

enter image description here

我的问题是,如何让我的图标为黑色同时保持我的标签栏为灰色?我应该只使用常规图像而忘记透明图标吗?使用非透明图像是不好的做法吗?

2 个答案:

答案 0 :(得分:0)

我明白了。我只需要在photoshop中将背景颜色设置为我想要的颜色。

答案 1 :(得分:0)

使用此

[self.tabBarController.tabBar setSelectedImageTintColor:TAB_BAR_SELECTED_TAB_COLOR];