gpt4 book ai didi

ios7 - UISearchbar barTintColor 取消按钮不可见

转载 作者:行者123 更新时间:2023-12-04 12:08:57 26 4
gpt4 key购买 nike

我尝试使用如下代码将 UISearchbar 的条形颜色设置为一种颜色,将 tintColor(光标和取消按钮)设置为另一种颜色:

searchbar.barTintColor = color1;
searchbar.tintColor = color2;

barTintColor 已正确应用。

问题是:取消按钮的文本不可见,但如果在 Storyboard中尝试相同的内容(将 batTintColor 和 tintColor 应用于 UISearchbar),一切都会按预期进行。

最佳答案

我注意到取消按钮只有在状态为“正常”时才不可见,所以我找到了解决问题的代码,但我认为这不是预期的方法。

 [[UIBarButtonItem appearanceWhenContainedIn:[UISearchBar class], nil]    setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor greenColor]} forState:UIControlStateNormal];

关于ios7 - UISearchbar barTintColor 取消按钮不可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19691796/

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