ios - How to setup a UIScrollView to arrange content dynamically? -
i trying create user profile screen. screen have lots of information user. similar airb
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.
Comments
Post a Comment