Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it possible to resize the iPhone Simulator? I'm using screen capture software to record a demo of my iPhone application, and it would be handy to be able to resize the iPhone Simulator window.

Thanks!

share|improve this question
Why not turn on Spaces and put the Simulator in its own space? – bpapa Oct 23 '09 at 23:48

3 Answers

up vote 3 down vote accepted

Unfortunately no, it must maintain that size. We had the same issue. I wish I could give you a more complete answer, however it seems reasonable for the accurate rendering profiling that it maintains 1-to-1 pixel ratio, otherwise it would have to sub-sample the pixels, causing the profiling to be incorrect.

share|improve this answer

You should try cmd 2 or cmd 3 on your keyboard to scale down.

And cmd 1 to get back to the original scale.

share|improve this answer
THIS is the actual answer! Thanks! – lensovet Mar 11 at 16:16

Command 2 works! Very helpful when using the iPad simulator!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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