On the 24" iMac I'm using at work I cannot scale the iOS Simulator's window. The 100% and 50% menu entries are greyed out (and the keyboard shortcuts don't work either.)

On my Mac Mini at home, it's fine. I've searched high and low for someone with a similar problem, and can't find anything logged. Any ideas?

link|improve this question

feedback

2 Answers

up vote 7 down vote accepted

The options will only be there if your screen is not large enough to show the window at 100%.

link|improve this answer
Thanks very much! – vlad259 Feb 28 '11 at 14:20
What a terrible design feature. Would it really have been so bad for Apple NOT to write the code that disables the scaling option in the menu bar? – Kevin Laity Dec 6 '11 at 14:45
feedback

If you really need the 50% size, you can do this every time BEFORE you launch the iOS Simulator:

  • Open System Preferences > Displays > Display, set resolution to 1600 * 900;

    You must hide the other windows first if you need keep the size of them.

  • Launch iOS Simulator, it will be scale to 50%;

  • Set the display resolution to the origin size, over!

Why I need the 50% size

link|improve this answer
This is far from ideal! Also, be warned that if you change the device orientation after you have set your resolution back to the correct size, you will again loose the scaling functionality. This seems to be by design, but I can't for the life of me understand the motivation for this decision - it's insane! – Will Pragnell Nov 16 '11 at 16:06
Look at the image, on my 21" iMac, set the iOS Simulator's device type to "iPhone(Retina)", the dock always hides the home button, that's why I need the 50% size. – iwill Nov 17 '11 at 10:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.