gpt4 book ai didi

iphone - UISearchBar 文本颜色

转载 作者:行者123 更新时间:2023-12-03 18:26:21 34 4
gpt4 key购买 nike

浏览文档,我找不到任何可以更改 UISearchBar 颜色的内容。有人知道如何改变它吗?没有任何 textColor 属性:/

谢谢

最佳答案

适用于 iOS 7 及更高版本:

    [[UITextField appearanceWhenContainedIn:[UISearchBar class], nil] setDefaultTextAttributes:@{
NSForegroundColorAttributeName : [UIColor whiteColor],
NSFontAttributeName : [UIFont systemFontOfSize:15]
}];

您也可以删除未使用的属性。

更新。由于 appearanceWhenContainedIn 在 iOS 9 中已被弃用,请参阅下面的 Dishant 答案:https://stackoverflow.com/a/38893352/2799722

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

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