ios - About tableView bisymmetry -
my table view on iphone 7 looks this:
i added new constraints table view: top, bottom, left, right 0; , checked horizontally in container, too.
but on phone (iphone 7), picture shows, table view doesn't have vertical symmetry. normal?
i tested in tabbed navigation controller, results same.
i didn't code. made table view , added contraints...
what problem?
table view separators have 15 pixel left inset default. if want change behaviour, set separator insets custom inside attributes inspector , provide 0 both values.
moreover, leading , trailing constraints seem relative superview's margin. uncheck relative margin under constraint's size inspector settings.
Comments
Post a Comment