29

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!

Krunal
  • 77,632
  • 48
  • 245
  • 261
James Sun
  • 1,461
  • 2
  • 19
  • 26

5 Answers5

90

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

And cmd 1 to get back to the original scale.

lefakir
  • 3,983
  • 4
  • 27
  • 37
  • In Xcode 6.3 and above, just press cmd 5 (25% scale) or cmd 4 (33% scale). Or in Window > Scale – mohsinj Feb 20 '16 at 08:34
5

Update

This is no longer the correct answer.


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.

JP Silvashy
  • 46,977
  • 48
  • 149
  • 227
5

a picture is worth a thousand words

enter image description here

Lukas Liesis
  • 24,652
  • 10
  • 111
  • 109
3

You can scale iOS simulator to desire scale (i tried from 0.2 to 1.4 ) and it worked for me. To do this you have to go to /Library/Preferences and edit com.apple.iphonesimulator.plist file. Edit value of KEY SimulatorWindowLastScale to your desired scale.

I tried this on latest Version of Mountain Lion 10.8.4 & iOS simulator 6.0.

Enjoy!!!! Let me know if it worked for you guys.

Chris
  • 16,872
  • 1
  • 15
  • 16
neo
  • 169
  • 2
  • 10
0

You can reduce screen size of simulator by doing this

Window -- Scale -- 25% (Select size which you feel comfort)

saigopi.me
  • 14,011
  • 2
  • 83
  • 54