- (void)tableView:(UITableView *)tableView willDisplayHeaderView:(nonnull UIView *)view forSection:(NSInteger)section {
view.tintColor = [UIColor clearColor];
}
改变headerView/footerView的背景颜色
最新推荐文章于 2024-01-01 20:52:29 发布
- (void)tableView:(UITableView *)tableView willDisplayHeaderView:(nonnull UIView *)view forSection:(NSInteger)section {
view.tintColor = [UIColor clearColor];
}