Quote:
Originally Posted by colionel
Code:
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath {
cell.backgroundColor = [UIColor redColor];
}
|
The only thing is I get a white line in between cells ?
Any suggestions ?