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

John Olear
John Olear
1,968 Points

my iOS simulator is not in the correct size even when I set it to iPhone 5 or 5s.

it shows up as a window about half the size of my screen. its hard to see what exactly the app looks like to size

2 Answers

Hey John,

You have to scale down your window so it doesn't take up half of your screen. At the menu on iOS Simulator go to Window>Scale>50%. Alternatively, you can just click on your iOS Simulator window and hit command(⌘) + 3 and it will scale it down to 50%. Hope that helps some.

Did you disable Size Classes?