gpt4 book ai didi

iphone - 更改 uitabbaritem 的文本颜色

转载 作者:行者123 更新时间:2023-12-03 18:19:02 24 4
gpt4 key购买 nike

有没有办法将 uitabbar 项目的文本颜色从默认灰色更改为白色,并将所选颜色更改为蓝色?

最佳答案

老问题,但我有一个从 iOS 5 开始支持的新答案(我也使用 LLVM 4.0 文字)

[[UITabBarItem appearance] setTitleTextAttributes:@{ NSForegroundColorAttributeName : [UIColor whiteColor] }
forState:UIControlStateNormal];
[[UITabBarItem appearance] setTitleTextAttributes:@{ NSForegroundColorAttributeName : [UIColor blueColor] }
forState:UIControlStateSelected];

关于iphone - 更改 uitabbaritem 的文本颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3051958/

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