UIScrollView in Storyboard not working with iOS 8 Size Classes and Autolayout
So I'm trying to create a UIScrollView only in storyboard that allows me to add scrolling labels for more than the height of the VC. Here's what I did: Created UIScrollView that took up the size of the any width any height VC Made constraints 0 for spacing to nearest neighbor on top, bottom, left, and right Created a view that is a subView of the UIScrollView with the same width as the any width any height VC but height of 1500 (because I only want it to scroll vertically). Set constraints to nearest neighbor as 0 for ONLY left, top, and right and set the height constraint as 1500. I put a