I am trying to display my data in a grouped table as below :
As you can
Try
- (void)tableView: (UITableView*)tableView willDisplayCell: (UITableViewCell*)cell forRowAtIndexPath: (NSIndexPath*)indexPath { cell.backgroundColor = [UIColor clearColor]; }