I want to change simulator to show retina display effect. I try to find where I can change the hardware configuration. But no result, I get. Do you know How do you change simulator to show retina display effect? And After change it, How can I compile project and see that effect? Please help me...

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

When you run the project, the hardware options are in the simulator itself, which is a separate application. They are under the hardware menu.

For the Retina display: Hardware->Device->iPhone (Retina)

enter image description here

link|improve this answer
I use XCode 4. And I can't find Hardware->Device->iPhone(Retina) Could you send me a screensnap file? – bTagTiger Sep 17 '11 at 15:06
Note that have to actually run the application on the Simulator first. Make sure iPhone 4.3 Simulator is selected in XCode, and then press that run button in the upper-left corner. – acjohnson55 Sep 17 '11 at 15:13
Thanks you very much. – bTagTiger Sep 17 '11 at 15:13
feedback

The simulator has a device menu where you can choose between the iPad, the original iPhone or the Retina iPhone.

link|improve this answer
But I can only see device menu : iPad && iPhone, not Retina iPhone. – bTagTiger Sep 17 '11 at 15:09
feedback

Your Answer

 
or
required, but never shown

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