I have a UITableViewController initialized with the grouped style and having multiple sections. For one of these sections, I\'d like its constituent cells to be completely t
This is what worked for with having a Grouped style table
[tableView setSeparatorColor:[UIColor clearColor]];