gpt4 book ai didi

objective-c - 如何设置 UISearchBar 的颜色以完全匹配我们想要的颜色

转载 作者:搜寻专家 更新时间:2023-10-30 20:25:08 24 4
gpt4 key购买 nike

enter image description here

我为 UISearchbar 及其周围区域设置了相同的颜色。然而,搜索栏的颜色似乎被其他东西支配了。

self.srchBar.tintColor = [UIColor clColorOfUISearchBar];
self.srchBar.backgroundColor = [UIColor clColorOfUISearchBar];

不起作用。即使我将它设置为像红色这样明显的东西,红色也很好,背景。上面有灰色的东西。

没有 UISearchBar 前景色。

那我该怎么办呢?

最佳答案

怎么样:

[searchBar setBackgroundImage:[UIImage new]];
[searchBar setTranslucent:YES];

关于objective-c - 如何设置 UISearchBar 的颜色以完全匹配我们想要的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20392974/

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