UIScrollView has an ambiguous scrollable content height
Fixing ambiguous scrollable content error using autolayout.

This error showed to us by XCode means in plain English that scroll view is not able to determine its height (or width) using autolayout. There is a very simple solution to this problem and I will walk you thru it.