how can i set the dynamic height of UIScrollView based on the content/ subviews i have in my ScrollView
Here is what i am getting as output:
We can use auto layout, where we use a content view in scrollview, which can be pinned to the scrollview and the height and width constraints given equal to the main view. Then if we want the height to vary dynamically we can give height constraint a low priority compared to the others and hence the content view's height will increase based on its intrinsic size, because of its sub views.
Reference Links: