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

iOS

How can I replicate a UI section from the game 'QuizUp' ?

I want create a similar UI like the game QuizUp where you have 'buttons' in a scrollable view on the screen and when you tap them a dropdown menus appears with more buttons and/or labels etc. https://www.dropbox.com/s/j8oxo1mbnee7i1z/video%202015-03-18%2C%209%2029%2055%20pm.mov?dl=0 (please see video)

(Still a beginner) Language-Swift

1 Answer

Here is a good tutorial by a great teacher that will help you get started in the right direction with scroll views .

http://www.raywenderlich.com/76436/use-uiscrollview-scroll-zoom-content-swift

That requires to disable auto layout, which I was hoping not to do.