Peter
Peter

Reputation: 1878

Xcode iPhone 4, 4s and 5 simulator resolution

When I run my iPhone app in Xcode simulator, it automatically runs an iPhone 4 or 4s simulator. But I want to test it in iPhone 5 simulator, how can I change the simulator to be a 640x1136px resolution.

Where in Xcode can I find "Change Device Hardwere"?

Upvotes: 2

Views: 2293

Answers (3)

bug2000
bug2000

Reputation: 9

In addition if you want to change the scale size in your screen you can select Window->Scale and change the scale of your visualization. You can chose 50% - 75% - 100% .

Upvotes: -2

Hiren
Hiren

Reputation: 12780

Check this image for change the simulator size

enter image description here

Upvotes: 3

Eric
Eric

Reputation: 4061

Change Device Hardware>Device>iPhone Retina (4 inch)

Upvotes: 2

Related Questions