In a grouped table view, setting separatorStyle doesn’t do anything. If you want to hide it, just do the following:
tableView.separatorColor = [UIColor clearColor];
In a grouped table view, setting separatorStyle doesn’t do anything. If you want to hide it, just do the following:
tableView.separatorColor = [UIColor clearColor];