How to use a UIScrollView with Auto Layout in Xcode 9 Storyboard (vertical scroll)
The goal is to add the UIView as the ContentView (only subview) of the ScrollView.
This makes it a lot easier to then add constraints in relation to that ContentView, since the ScrollView does a lot of work to manage zooming and scrolling.