When using Autolayout with a UIScrollView, it does NOT resize properly depending on the size of its contents or subviews.
In order to get a UIScrollView to automatically scroll when its contents become too large to fit in the visible area, we need to add a ContentView and some constraints that allo...