gpt4 book ai didi

ios - 白色背景显示在 iOS 7 的搜索栏上方

转载 作者:IT王子 更新时间:2023-10-29 07:49:47 26 4
gpt4 key购买 nike

我的 viewController 有一个 UISearchBar 设置为 UITableView 的标题 View 。

self.tableView.tableHeaderView = self.searchBar;

在 iOS7 中,向下拉超出 UISearchBar 会显示一个不符合使用 self.tableView.backgroundColor 设置的深色的空白区域。

enter image description here

有没有办法去掉空白区域?

最佳答案

我设法通过设置表格 View 背景 View 摆脱了那种颜色。

UIView *backgroundView = [[UIView alloc] initWithFrame:self.tableView.bounds];
backgroundView.backgroundColor = [UIColor clearColor];
self.tableView.backgroundView = backgroundView;

关于ios - 白色背景显示在 iOS 7 的搜索栏上方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18782983/

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