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!
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

roberth3
3,940 PointsSimulator 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
Courses Plus Student 11,071 PointsTaking 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
3,940 Pointsroberth3
3,940 PointsI guess you're right about the pixel density, and thanks.