本文介绍了iPhone-标签栏设置imagetintcolor(关闭状态)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我看到有一个很好的 [tabBar setSelectedImageTintColor:[UIColor]]
,但是如何为关闭状态设置imagetintcolor?我似乎找不到 [tabBar setImageTintColor]
或 [tabBar setUnSelectedImageTintColor]
.
I see that there is [tabBar setSelectedImageTintColor:[UIColor]]
which is great, but how do I set the imagetintcolor for the offstate? I can't seem to find a [tabBar setImageTintColor]
or [tabBar setUnSelectedImageTintColor]
.
推荐答案
看看 UITabBarItem .
这篇关于iPhone-标签栏设置imagetintcolor(关闭状态)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!