gpt4 book ai didi

ios - 使用 UISearchbar 和过滤后自定义新表

转载 作者:行者123 更新时间:2023-11-30 11:48:05 25 4
gpt4 key购买 nike

我正在使用 UISearchBar 来搜索我的表格。我的问题是,一旦我搜索某些内容,UISearchBar 就会创建一个新的表格 View 作为搜索结果的叠加层,并且这个新表格基本上没有任何属性(没有背景、分隔符插入、一切都是白色等)。我如何自定义这个新的 TableView (使其看起来像之前的前一个)。我没有找到任何可以访问它来赋予它属性的函数,例如背景颜色左右。

有一个函数可以用来自定义 View 吗?我正在使用这个函数,至少单元格的高度是相同的:

override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
return 90
}

以下屏幕截图最能描述我的问题。

enter image description here

enter image description here

enter image description here

最佳答案

如下更新tableView的背景 View ,

tableView.backgroundColor = UIColor.red()

tableView.backgroundView = UIView()
tableView.backgroundView.backgroundColor = UIColor.red()

关于ios - 使用 UISearchbar 和过滤后自定义新表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48606412/

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