I'm using Xcode 7 and Swift 2.
I currently have the following structure for my app scene:
Scene -> View -> Stack View
The problem is that I've run out of space vertically, so I want to throw the Stack View into a Scroll View. When I do so however, the content gets pushed off the page horizontally. I have no idea why as without the scroll view everything fits flush within the screen. I haven't added any additional constraints.
Any ideas?