gpt4 book ai didi

ios - UISearchBar背景图片在边缘显示黑色

转载 作者:行者123 更新时间:2023-12-01 16:30:23 33 4
gpt4 key购买 nike

我正在尝试在UISearchBar上应用背景图像。它已成功应用,但搜索栏的四个边缘显示了黑色。
SearchBar

这是我正在使用的代码:

[_dashboardSearch setSearchFieldBackgroundImage:[UIImage imageNamed:@"search-bar.png"] forState:UIControlStateNormal];
[_dashboardSearch setBackgroundColor:[UIColor clearColor]];
[_dashboardSearch setImage:[UIImage imageNamed:@"search_icon.png"] forSearchBarIcon:UISearchBarIconSearch state:UIControlStateNormal];

最佳答案

解决了。我在UISearchBar内将黑色设置为UITextfield背景。以下代码行写错了:

[(UITextField *)subSubView setBackgroundColor:[UIColor blackColor]];

关于ios - UISearchBar背景图片在边缘显示黑色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31972811/

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