gpt4 book ai didi

ios8 - UITabBar 色调颜色不适用于图像

转载 作者:行者123 更新时间:2023-12-04 21:56:53 28 4
gpt4 key购买 nike

我有一个 UITabBar使用 Interface Buider 进行设置,并且仅当我未设置全局应用程序色调颜色时,图像突出显示才能正常工作:

tab bar without tint color

当我使用

[[UIView appearance] setTintColor:[TAStyleKit tintColor]];

然后所有选项卡图像都显示为选定的。

enter image description here

只有当我单击选项卡并再次返回时,它们才具有正确的颜色。请注意此处为灰色的“武器”选项卡:

enter image description here

我究竟做错了什么 ?

最佳答案

编辑 : 不用管我之前写的,看起来你只需要改变以下...

[[UIView appearance] setTintColor:[TAStyleKit tintColor]];

到...
[[UITabBar appearance] setTintColor:[TAStyleKit tintColor]];

请注意,您试图更改 UIView 而不是 UITabBar 的外观。我在一个项目中运行了它,它成功了。

enter image description here

enter image description here

swift 4.0
UITabBar.appearance().tintColor = UIColor.redTAStyleKit.tintColor

关于ios8 - UITabBar 色调颜色不适用于图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27788530/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com