0

enter image description here The bottom of my cells have a small indent to the left. I have noticed this several times. How can I remove this and make sure there is no gap on the left.

1 Answers1

0

you can change the separatorInset to UIEdgeInsetsZero, then there's no gap on the left. If you mean the content on the content view of the cell, subclass the UITableViewCell.

justin
  • 46
  • 6