I am trying to place UITextView inside UIScrollView with AutoLayout with no luck. What I have tried is,
If you noticed that the Auto Layout is still complaining about the height of the UIScrollView-
The problem here is that by default UITextView has checked the “Scrolling Enabled” in the IB.
So find that checkbox and uncheck it.