iOS开发,重用header或者footerview时,不能成功设置背景色怎么办
展开全部
1、能没返 - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView; 看看返没返默认没header - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section 设置header高度用 2、1已经设置打断点看看没进 - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section 用设置header 3、12都没问题给段代码放 - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section 试试 UIView *view = [[UIView alloc] initWithFrame:CGRectMake(10, 0, tableView.bounds.size.width, tableView.sectionHeaderHeight)]; view.backgroundColor = [[UIColor alloc] initWithRed:227/255.f green:243/255.f blue:252/255.f alpha:1]; return view; 要行再考虑其问题吧
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询