ios - UICollection View and UITable View inside UITableViewCell -


i using uistackview add uilabels along uitableview , uicollectionview. when data loaded views uilabels shown.

i have not added constraints in views please me know behavior of uistackview not allowing me show uitableview , uicollectionview.

but if add height constraints view works view gets messy. on scrolling main view in uistackview present after data load operation finished, view seen correctly.

i adding view wanted when main view first loads in attachment. before scrolling (no tableview , collectionview)

after scrolling view managed spacing there no tableview , collectionview


Comments

Popular posts from this blog

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -

How do I compare strings in Java? -