Changing iPad/iPhone simulator resolution for Xcode 4.3.2

ios, ios-simulator, screen-resolution, simulator, xcode

Solution

The following hotkeys should be helpful:

- Command ⌘ + 1 (100%)

- Command ⌘ + 2 (75%)

- Command ⌘ + 3 (50%)

- Command ⌘ + 4 (33%)

- Command ⌘ + 5 (25%)

Look at menu: "Window --> Scale" to see the options.

Problem

I am working on a Philips 19" and upgraded Xcode to version 4.3.2. On the new "Retina Display" on iPad 3 (oh, sorry, on The New iPad) my iPad simulator changes it's resolution and the simulator has vertical and horizontal scroll bars! How do I change the resolution of the an iOS simulator?

Original source

Related problems