What I'm trying to do is have a page similar to following wireframe that all UILabel
s height should dynamically change based on the text:
I currently have a UIView
inside a UIScrollView
. The issue is I can't get the UIView
resize properly based on the its content, for example when description is long. The sample code can be downloaded from here
If not into the mood for code, here's the constraints and how it's setup:
I tried to use the approach mentioned in this post