Search code examples
ios-simulatorios7

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.


Solution

  • 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...