gpt4 book ai didi

ios - UISearchBar 外观未在第二次加载时设置

转载 作者:行者123 更新时间:2023-12-01 16:31:04 27 4
gpt4 key购买 nike

我正在尝试使用外观修改搜索栏中文本字段/标签的背景颜色。
我正在使用添加到 iOS 8 的 UISearchController。
在我的 View Controller -viewDidLoad 中,我将搜索栏的外观设置为这样。

[[UITextField appearanceWhenContainedIn:[UISearchBar class], nil] setBackgroundColor:[UIColor yellowColor]];

它在第一次加载时工作正常,但有趣的是,如果我关闭 viewController 然后重新打开它,它不会再次应用这种外观。文本字段回退到默认的背景颜色,即白色。

不知道我错过了什么。有人可以帮帮我吗?会不会是 iOS 8 的错误?

最佳答案

我不确定..但这可能会帮助你。请试试这个
[[UITextField appearanceWhenContainedIn:[UISearchBar class], nil] setDefaultTextAttributes:@{NSBackgroundColorAttributeName:[UIColor whiteColor]}];

关于ios - UISearchBar 外观未在第二次加载时设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31634722/

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