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

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -