My app has a tableview with separatorInset setting for all rows like this:
self.tableView.separatorInset.left = 0
self.tableView.separatorInset.right = 0
But when I ran my code, all of my rows have a separatorInset good except the first row like this:
How can I set separatorInset for all rows?