gpt4 book ai didi

uitableview - 尝试(但失败)更改 UITableView 下的颜色

转载 作者:行者123 更新时间:2023-12-01 09:35:19 24 4
gpt4 key购买 nike

我有一个 UITableView,显示在 UINavigationController 中。我正在尝试更改 table 下方 View 的颜色,这样当您向下拉 table 时,您会看到除白色以外的其他内容。

这两个我都试过了:

self.tableView.backgroundView.backgroundColor = [UIColor blackColor];
self.navigationController.view.backgroundColor = [UIColor blackColor];

分开和一起。仍然看到白色。

我错过了什么?

最佳答案

 self.tableView.backgroundView = nil;
self.tableView.backgroundView = [[UIView alloc] init];
self.tableView.backgroundView.backgroundColor = [UIColor blackColor];

关于uitableview - 尝试(但失败)更改 UITableView 下的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9171099/

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