ios - How to setup a UIScrollView to arrange content dynamically? -


i trying create user profile screen. screen have lots of information user. similar airb

enter image description here

from looks of it, seems sort of scrollview? or tableview or collectionview? (because seems there rows in there think)

does 1 here know how type of view can accomplished or can setup?

edit 2 answers below says use uitableview, , 2 other answers says avoid it. there benefits/disadvantages using either?

use 1 child uiview call containerview inside uiscrollview , place child views inside containerview. use constraint trailing , leading , top , bottom of containerview uiscrollview. , use constraint placing child views viewcontroller.view not containerview ios find child views have be.

good tutorial find out how use constraint on scrollview

apple technical note


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -