gpt4 book ai didi

iphone - 使用搜索栏时的 UITableview 背景颜色

转载 作者:行者123 更新时间:2023-12-03 18:50:56 25 4
gpt4 key购买 nike

我在 UITableview 中使用了搜索栏。当我输入搜索文本时,背景颜色将自动更改为白色。

我还使用了:

tableView.bounces=FALSE;

当我使用搜索栏时,那个时间也会弹跳,不起作用。

输出如下:

alt text

  1. 当我搜索内容时,我需要更改背景颜色。

  2. 我需要:

    tableView.bounces=FALSE;

当我搜索内容时,

将起作用。

最佳答案

回答我的问题:

  -(BOOL)searchDisplayController:(UISearchDisplayController *)controller  shouldReloadTableForSearchString:(NSString *)searchString
{
UIImage *patternImage = [UIImage imageNamed:@"1.png"];
[controller.searchResultsTableView setBackgroundColor:[UIColor colorWithPatternImage: patternImage]];
controller.searchResultsTableView.bounces=FALSE;
return YES;
}

关于iphone - 使用搜索栏时的 UITableview 背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4375561/

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