0

Possible Duplicate:
How to develop or migrate apps for iPhone 5 screen resolution?

Although I am using iphone6 simulator, my simulator size is same as the iPhone 4, But I want to test my app in iphone5 screen size. So,how can I test an iphone5 app ? Thank you :)

Community
  • 1
  • 1
harshiYL
  • 251
  • 2
  • 4
  • 13
  • Where can I get this iPhone 6 simulator? :) I take it you mean iOS 6? To use the iPhone 5 simulator you have to include `Default-568h@2x.png` in your bundle. – Mick MacCallum Dec 12 '12 at 15:14

3 Answers3

3

In the simulator, go to the menu "Hardware" > "Device" and select "iPhone (Retina 4-inch)"

Tom van Zummeren
  • 9,130
  • 12
  • 52
  • 63
2

You just need to go to hardware and select iPhone 4in Retina.

enter image description here

Ryan Poolos
  • 18,421
  • 4
  • 65
  • 98
0

In Xcode, iPhone 6.0 Simulator means an iPhone Simulator with iOS 6.0. Start the simulator, and go to the Hardware menu, choose iPhone (Retina 4-inch) to run in an iPhone 5 (with iOS 6.0) simulator.

rdurand
  • 7,342
  • 3
  • 39
  • 72