gpt4 book ai didi

iOS 7 UISearchBar 定制当它是第一响应者

转载 作者:行者123 更新时间:2023-11-28 22:15:20 26 4
gpt4 key购买 nike

当它转到导航栏时,我正在尝试在我的搜索栏上添加背景图片。但是如果我写这样的东西:

self.searchDisplayController.searchBar.barTintColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"searchBarBG2.png"]];

总是黑色,状态栏看起来很糟糕:enter image description here

我的图片大小是320:64

最佳答案

对于 iOS7,尝试做

self.searchDisplayController.searchBar.searchBarStyle = UISearchBarStyleMinimal;

[self.searchDisplayController.searchBar setBackgroundImage:[self imageWithColor:[UIColor yourColor]] forBarPosition:0 barMetrics:UIBarMetricsDefault];

关于iOS 7 UISearchBar 定制当它是第一响应者,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21854711/

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