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
Arthur Rubio
4,657 PointsHow do iOS apps know when to scroll down when you're viewing a page with more information than what fits on the screen?
Just like looking at the settings on an app with a long list of options. What do I need to do in Swift so you can just scroll down to view all the available options?
1 Answer
Zachary Kaufman
1,463 PointsIn Xcode there is an Object in the Object Library called "Scroll View" with the description "Provides a mechanism to display content that is larger than the size of the application's window." Using that will give support for adding more information then can fit in the area that you are allotting for the Scroll View.