iOS 8 UITableView separator inset 0 not working
Asked 07 September, 2021
Viewed 2.8K times
  • 52
Votes

I have an app where the UITableView's separator inset is set to custom values - Right 0, Left 0. This works perfectly in iOS 7.x, however in iOS 8.0 I see that the separator inset is set to the default of 15 on the right. Even though in the xib files it set to 0, it still shows up incorrectly.

How do I remove the UITableViewCell separator margins?

30 Answer