- (void)tableView:(UITableView *)tableView willDisplayFooterView:(UIView *)view forSection:(NSInteger)section
{
view.tintColor=COLOR_BG;
}
如上,在此方法里面直接设置背景色。
- (void)tableView:(UITableView *)tableView willDisplayFooterView:(UIView *)view forSection:(NSInteger)section
{
view.tintColor=COLOR_BG;
}
如上,在此方法里面直接设置背景色。