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 Swift Basics (retired) Variables and Constants Variables

My playground window is not showing numbers down the left hand side. How do I turn those on?

I tried tinkering around with views, but cannot figure out how to turn on the numbers down the left hand side of the playground screen so I can see what line I'm on.

2 Answers

Starting in the upper left on the menu bar: Xcode > Preferences... > Text Editing > Show: Line numbers

Thank you, Nick!

Thank you!