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 2.0 Basics Swift Types Numbers and Booleans

Shelby Hanna
Shelby Hanna
1,453 Points

This is a bit silly, but I am not able to see my results pane and can't figure out how to get it back up. Im using 7.3.1

Result pane that is normally on right hand side when you start a new playground. It is still there, but doesn't show the results of my code. Can't find it. Thanks!

4 Answers

This pane can be "hidden" by resizing it all the way down. Look to the right side of your playground window and move your mouse cursor against the right edge. Then slowly move it in from the right until you see it change to a little icon that shows you can move a divider (looks like a black bar with two arrows pointing out left and right) and then when you see that click and drag to the left resizing your results pane.

Does that work?

Shelby Hanna
Shelby Hanna
1,453 Points

Sorry I wasn't very clear. The results pane is still there, it just doesn't show any results. It's blank.

Reuben Ingram
Reuben Ingram
8,316 Points

Hi, Shelby. I've had the same problem, too. The 2 possible solutions that I've found helpful were (forgive me if this seem pretty obvious): 1.) Make a change, save the result and wait a few seconds. My mac is pretty slow and it takes a while for the results to appear. When the results pane actually shows up, it's pretty much there and updating consistently. When you do this, you should see the status change from "Ready" to "Executing playground". If this doesn't work... 2.) Try hitting the "Execute playground" button (small blue triangle button) at the bottom of the panel.

Hopefully one of these 2 steps works (?).

Shelby Hanna
Shelby Hanna
1,453 Points

Still can't get it to show up. It looks like the only fix is to begin a new playground and then copy/paste the code in