To hide separators in a UITableView, setting the separatorStyle property to UITableViewCellSeparatorStyleNone works fine if the table style is UITableViewStylePlain. But, for me at least, it doesn't work if the table style is UITableViewStyleGrouped. Has anyone else seen (and hopefully solved) this problem?
It doesn't seem to work for me either. You could try
[self.tableView setSeparatorColor:[UIColor clearColor]];
but that removes the outer borders as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With