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

The stepper is not showing up on Main.storyboard in VendingMachine?

Where it says Quantity at the bottom, I don't see the icon with + and - signs, when do we add this? This was built from the skeleton code and I'm pretty sure I didn't accidentally delete anything.

1 Answer

The stepper is out of sight probably because of your main storyboard's phone view size. It's hidden on the far right side. In main storyboard, change your view to be of a larger phone size and you will see the stepper again. You can change the constraints to move to the left, so you can see the stepper in smaller view phone sizes.

Thanks! :)