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

roberth3
roberth3
3,940 Points

Simulator is huge.

Okay, I am on a 13 inch macbook, and was wondering if there is any way to make the iOS simulator smaller.

Here's what it looks like on my screen: http://imgur.com/9BLPDyh

1 Answer

Martin Wildfeuer
PLUS
Martin Wildfeuer
Courses Plus Student 11,071 Points

Taking the pixel density into account, what is displayed on your screen is the actual size of the iPhone screen!

You can change the simulator size either via Window -> Scale or using the shortcuts cmd + 1 (100%) all the way to cmd + 5 (25%).

roberth3
roberth3
3,940 Points

I guess you're right about the pixel density, and thanks.