gpt4 book ai didi

iOS:UISearchBar 后台问题

转载 作者:行者123 更新时间:2023-11-29 03:26:53 25 4
gpt4 key购买 nike

我正在尝试更改搜索栏的背景颜色。我希望这个顶 View 是一种纯色。这是我正在使用的代码:

 [titleBarView setBackgroundColor:[ColorUtil colorWithHexString:@"1ABC9C"]];
searchBar.barTintColor=[ColorUtil colorWithHexString:@"1ABC9C"];
searchBar.backgroundColor=[ColorUtil colorWithHexString:@"1ABC9C"];

下面是我得到的结果。请注意,搜索栏的顶部和底部边缘有一些灰色。我该如何摆脱这个?

enter image description here

编辑:添加后

 searchBar.searchBarStyle=UISearchBarStyleMinimal;

我现在明白了:

enter image description here

所以我原来的问题解决了,但现在搜索栏的内部颜色错误。什么属性控制它?

最佳答案

你的 View 层次结构怎么样?您是否尝试过[searchBar setBarTintColor:[UIColor clearColor]];

关于iOS:UISearchBar 后台问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20357208/

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