Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Manage zoom level on Xcode9 simulators

Tags:

ios11

xcode9

Since Xcode 9 came out the simulator scale is disturbed. Here there is not any option of scaling further to 100% on some simulators and sometimes I am unable to switch to 100 % scale at all.

After searching on net I found out that sometimes if zooming doesn't work I need to do following to get it 100% zoom.

  1. Uncheck Window -> Show Device Bezels
  2. Click Window -> Zoom
  3. Check Window -> Show Device Bezels

Is it something that I am missing to scale it further if I want to or current Xcode doesn't support further scaling at all.

like image 744
ankit Avatar asked Oct 04 '17 06:10

ankit


1 Answers

Just drag the corner of the simulator window.enter image description here

like image 179
Biclops Avatar answered Sep 26 '22 03:09

Biclops