Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Patrick Son
10,954 PointsHow do you use UIScrollView in Xcode 6/iOS 8?
I am trying out how to get a working scrolling view in Xcode 6 with the interface builder, but every tutorial either uses Xcode 5/iOS 7 or turns off Autolayout, which is not an option. The steps done in the Xcode 5 tutorials just don't work with Xcode 6 and Autolayout. Does anyone know of a tutorial, or would be willing to write one up, on how to use a UIScrollView in Xcode 6's interface builder?