- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{ cell.backgroundColor = [UIColor redColor]; }
cell.contentView.backgroundColor=[UIColor redColor];