Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 7 Simulator showing screen but not phone

Installed Xcode 5 and compiled my app to use iOS 7. However when I run the simulator it only shows the screen of the phone and not the complete phone e.g. the phone body with the home button. Can continue developing my app but would like to understand where I am going wrong. Grateful for any help.

like image 428
David Avatar asked Sep 23 '13 14:09

David


People also ask

How do I debug iPhone simulator?

iOS simulators After the simulator loads, you need to launch Safari from the desktop of the Live Test. Then in Safari, at the top menu go to Developer –> iOS Simulator –> and select the website that is currently open in the iOS Simulator. Safari will then open its Web Inspector tools that you may use to debug with.

How do you refresh iPhone simulator?

ctrl+cmd+z. Pause . 5 seconds for menu to appear. Click the reload button image.


3 Answers

The Retina Versions of the iOS Simulator iPhone does no longer have the iPhone frame, which is kind of sad.

The only way to have the frame back is to run the App in iOS 6.1 mode of the non-Retina iPhone. But I guess, that does not make much sense...

like image 184
Christian Seiler Avatar answered Oct 14 '22 20:10

Christian Seiler


When active simulator device and then select this option

window -> Show Device Bezels

  • simulator without frame simulator without frame

  • simulator with frame simulator with frame

like image 35
Mahdi Bashirpour Avatar answered Oct 14 '22 19:10

Mahdi Bashirpour


In iOS Simulator, Go to Window -> Scale -> 100% or Command-1.

You can adjust the scale size as you wish using Command-2 for 75% and Command-3 for 50%

like image 28
Sabarish Avatar answered Oct 14 '22 21:10

Sabarish