ios - UITableViewContorller (Static) Size -


i have 2 different problems static uitableview.

1. height of table: have 4 cells in table, fourth 1 going out screen size. (the table bigger screen). how can allow scrolling size of table?

2. scrolling horizontal don't know why, when run app, can scroll horizontal table left side. why happen? how can fix it?

thank you!

set top,bottom,leading , trailing constraint interface builder (i.e. storyboard) tableview. below screenshot,

enter image description here

in screenshot constrains got setting address label, need select tableview , need set 4 constraints.

if totally unaware of autolayout first learn it. refer tutorial : raywenderlich's tutorial or appcoda's tutorial.


Comments

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -