1

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:

enter image description here

How can I set separatorInset for all rows?

Hieu Duc Pham
  • 1,074
  • 1
  • 10
  • 24
  • 1
    http://stackoverflow.com/questions/25770119/ios-8-uitableview-separator-inset-0-not-working –  Jun 05 '15 at 10:07

0 Answers0