Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to show full iPhone 6 Plus Simulator window on non-retina display

I'm developing an app using a MacBook with screen resolution of 1280x800.

When I tried to debug with the iPhone 6 Plus Simulator, my screen was unable to show the full simulator window even if I tried command+3 to scale it to 50%.

Is there any way to solve this problem other than buying a new screen with higher resolution?

like image 896
user3216945 Avatar asked Sep 18 '14 14:09

user3216945


2 Answers

No. The simulator uses the actual resolution of the phone to make it as close as possible to having the actual device for testing.

You can, however, see the rest of the screen by scrolling up and down like this:

iPhone 6 Plus Simulator on a 13" Retina MacBook Pro

(iPhone 6 Plus on a 13" Retina MacBook Pro)

like image 178
AstroCB Avatar answered Sep 28 '22 02:09

AstroCB


This issue is fixed in Xcode 6.3.1. You can scale down to 25% of actual resolution.

  1. Run you app on Simulator
  2. Select Window -> Scale (choose percent to be scaled)

Shortcut keys :

Command Key + 1 : 100%
Command Key + 2 : 75%
Command Key + 3 : 50%
Command Key + 4 : 33%
Command Key + 5 : 25%

Screenshot for above steps

like image 27
Jayprakash Dubey Avatar answered Sep 28 '22 01:09

Jayprakash Dubey