I am using the Xcode storyboard interface builder and I created a view controller with a UIScrollView that only has a single child UIView. This child UIView has many labels/buttons etc attached and exceeds the screen size height wise, however when I run my app, the view does not scroll for some reason.
Here is a picture of the ViewController structure:
What am I doing wrong?