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 Getting Started with Xcode Tour of Xcode

Screen is huuuuge!

When I start the app, it works fine and all, but the screen is really big, and I have to scroll! Do any of you know why? Would be happy if you could help!

5 Answers

Pete Carr
Pete Carr
2,192 Points

If you goto Window->Scale you can set the iPhone / iPad to 75% or 50% scaled down.

Also you can press command+1 for 100%, command+2 for 75% and command+3 for 50% while your Simulator is selected.

awarded best answer :) Thanks!

Stephen McMillan
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Stephen McMillan
iOS Development with Swift Techdegree Graduate 33,994 Points

If your running the iPhone 6+ or iPad this is what its like for me too. Its because the resolution of the phone is greater than your monitor or something like that. Dont think there is a fix.

It's an Iphone 5s

The resolution of iPhone 5s is probably higher than that of your monitor:

iPhone 5s: 1135 px in height

In addition to that my MacBook runs the virtual resolution of 1440 x 900 (with 2x graphics). This is done to keep the UI elements looking the same size as on MacBooks prior to the Retina MacBook Pro models.

Solution: Try scaling with CMD+1 or 2 or 3.

Ed Williams
Ed Williams
2,969 Points

Try running it on the iPhone 4, 4S, 5 or 5S instead. These devices have an "@2x" screen resolution, whereas the iPhone 6 and 6 Plus have "@3x" resolutions. This website is a useful reference: iphoneresolution.com