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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -