ios - About tableView bisymmetry -


my table view on iphone 7 looks this:

table view on iphone 7

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.

separator insets settings table view

moreover, leading , trailing constraints seem relative superview's margin. uncheck relative margin under constraint's size inspector settings.

size inspector settings constraint


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -