robertiii
Oct 02, 2017 - 22:01
The tableview separaters are not all the way over on the left and are all the way over on the right. Is there a way to fix this?
The tableview separaters are not all the way over on the left and are all the way over on the right. Is there a way to fix this?
Post a screenshot. Sounds like default UITableViewCell behavior.
This is the way it's meant to look, and it's consistent with table views in most other apps.
It's currently not possible to change this directly, but you could use ObjC briding (objc_util) to access the relevant UIKit APIs. Let me know if you need an example.