I'm having a main view with UIScrollview it's child and than another view as scrollview's child. After setting the scroll view's content size it's child view's height isn't increasing.
This is the hierarchy -MainView --Scrollview ---ContentView
i've set the scrollview's constraint as top bottom left right to 0. The content view's constraints are top bottom left right to 0 and equal width and height to main view. But the content view's height isn't increasing.