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 Build a Simple iPhone App with Swift Creating a Data Model Finishing Up Our Model

Troy Erby
Troy Erby
6,332 Points

When I created a new factBook file it does not show the results panel when I'm in the standard editor.

When I created a new factBook file it does not show the grey results panel when I'm in the standard editor. When I open my scratch pad file it still displays the results area so that when I type in code I can monitor the output from the app. What setting am I missing?

1 Answer

I guess your "scratch pad" file is a playground. So you cannot compare a playground file to a normal xcode project file. Playground are made for trying new things or testing something and they'll show you the result fast. In a Project you don't need something like this because you're working with a lot of different types of files like storyboards or plists or maybe with obj-c and swift so it isn't possible for xcode to show you this panel in a project.