I'm trying to implement two custom cells, customCellView1 and customCellView2 in the willDisplayCell method - which seems only to support one cell. Is there a way to rewrite this to include two? Thank you.
- (void)tableView: (UITableView *)tableView willDisplayCell: (customCellView1 *)cell forRowAtIndexPath: (NSIndexPath *)indexPath {