I\'m using macbook Air and using the iphone Simulator. I changed it to Retina 4 inch, and the screen of the simulator become so big! is there a way to reduce the size?
Now It's more flexible with Xcode 9-Simulator.
You can pick & drag any corner or simulator to resize it and set it according to your requirement.
There are several other ways also, to scale your simulator.
Using Terminal Command
Follow these steps to scale simulator using terminal commands
Terminal
app (using Spotlight search, Press ⌘ + SPACE
to open spotlight search)defaults write ~/Library/Preferences/com.apple.iphonesimulator SimulatorWindowLastScale "0.3"
You will find simulator scale update.
Simulator scale options from Xcode Menu:
Menubar >> Window >> Scale >> "Here available options for simulator scaling"
Here is ref snapshot: