Forum Archive

Tableview looks strange

robertiii

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?

zrzka

Post a screenshot. Sounds like default UITableViewCell behavior.

robertiii

Screen Shot of the UI

omz

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.