Adjusting the Xcode iPhone simulator scale and size [duplicate]
Asked Answered
S

8

168

Is there anyway to make the iOS simulator for iPhone 5 in Xcode, be the actual size of the iPhone 5. I'm getting a huge display and things seemed to be scaled.

Sedan answered 4/9, 2013 at 6:33 Comment(0)
G
214

You can't have 1:1 ratio.

However you can scale it from the iOS Simulator > Window > Scale menu.

Griselgriselda answered 4/9, 2013 at 6:37 Comment(1)
These menu options have been removed in Xcode 9.1/9.2Christianechristiania
S
295

With Xcode 9 - Simulator, you can pick & drag any corner of simulator to resize it and set according to your requirement.

Look at this snapshot.

enter image description here


Note: With Xcode 9.1+, Simulator scale options are changed.


Keyboard short-keys:
According to Xcode 9.1+

Physical Size       ⌘ 1      command + 1
Pixel Accurate      ⌘ 2      command + 2


According to Xcode 9

50% Scale           ⌘ 1      command + 1
100% Scale          ⌘ 2      command + 2
200% Scale          ⌘ 3      command + 3

Simulator scale options from Xcode Menu:

Xcode 9.1+:
Menubar ▶ Window ▶ "Here, options available change simulator scale" (Physical Size & Pixel Accurate)

Pixel Accurate: Resizes your simulator to actual (Physical) device's pixels, if your mac system display screen size (pixel) supports that much high resolution, else this option will remain disabled.

Tip: rotate simulator ( ⌘ + ← or ⌘ + → ), if Pixel Accurate is disabled. It may be enabled (if it fits to screen) in landscape.

enter image description here


Xcode 9.0
Menubar ▶ Window ▶ Scale ▶ "Here, options available change simulator scale"

enter image description here


Tip: How do you get screen shot with 100% (a scale with actual device size) that can be uploaded on AppStore?

Disable 'Optimize Rendering for Window scale' from Debug menu, before you take a screen shot (See here: How to take screenshots in the iOS simulator)

There is an option

Menubar ▶ Debug ▶ Disable "Optimize Rendering for Window scale"

enter image description here


Here is Apple's document: Resize a simulator window

Sherilyn answered 6/7, 2017 at 10:38 Comment(8)
But in the smaller screens(MacBook Pro 15-Inch), I can't scale it more than the screen size sometimes if I want to see the UI elements more clearly. It's a kind of disadvantage in Xcode 9.Kenneth
@AshokKumarS Yea, offcourse, you may not. Because your mouse cursor may not go outside screen boundary. Set scale 100%+ using Xcode menu to scale it larger than your display screenSherilyn
Tip: rotate simulator (⌘← or ⌘→), if Pixel Accurate is disabled. It will be enabled in landscape.Lindsaylindsey
@Lindsaylindsey - Nice - You are welcomed to edit and add your input to this answerSherilyn
Awesome - your tip about rotating the device while taking the screenshot and the rotating it back in Preview made the resolution fit for Itunes Connect 5,5'' display uploadCordiacordial
With Xcode 9 - Simulator, you can pick & drag any corner of simulator to resize it and set according to your requirement. That's itEmanuele
Thank you for Optimize Rendering for Window Scale tip. I was able to get screenshot for submissions easily this way.Dive
Thank you for detailed answer couldnt find this info easily.Resistor
G
214

You can't have 1:1 ratio.

However you can scale it from the iOS Simulator > Window > Scale menu.

Griselgriselda answered 4/9, 2013 at 6:37 Comment(1)
These menu options have been removed in Xcode 9.1/9.2Christianechristiania
H
90

Check this Image… You can change your simulator size from here

or press CMD+1, CMD+2 or CMD+3

enter image description here

Hollingshead answered 4/9, 2013 at 6:40 Comment(0)
L
41

You can set any scale you wish. It`s became actual after 6+ simulator been presented

To obtain it follow next easy steps:

  1. quit simulator if open
  2. open terminal (from spotlight for example)
  3. paste next text to terminal and press enter

defaults write ~/Library/Preferences/com.apple.iphonesimulator SimulatorWindowLastScale "0.4"

You can try any scales changing 0.4 to desired value.

To reset this custom scale, just apply any standard scale from simulator menu in way described above.

Lakitalaks answered 9/1, 2015 at 9:1 Comment(0)
T
13

You are seeing it huge because of your screen resolution. iPhone 5's display is 640x1136. Current resolution of your display can be found in System preferences, and it's height on notebooks is usually around 1000 px (give or take). So surely, the simulator in 1:1 scale will take all the height of the screen and even more.

The iPhone simulator has three scales, 100%, 75% and 50%. You can change between them any time by pressing CMD+1, CMD+2, CMD+3 or from Window menu.

Note that 100%-mode is very helpful for graphic checks, on full resolution you will be able to notice all defects or measure point size of the elements.

Tabbi answered 4/9, 2013 at 7:4 Comment(0)
I
5

Specific to Xcode 9.1:
You can refere to @Krunal's answer above or follow below steps

its bit tricky to adjust Simulator size.

If you want to zoom your simulator screen follow below steps :

  • Goto Window->Uncheck Show Device Bezels

refer screenshot 1

  • Goto Window->select zoom

refere screenshot 2

after doing this you can resize your simulator by dragging edges of simulator.

Pixel Accurate : Its to display your simulator in same size as Physical device pixels, if your screen size doesn't have enough resolution to cover dimension it would not enable Pixel Accurate option.

Alternate is change simulator to landscape mode by clicking ⌘ + → ,then you could click ⌘ + 2 to select Pixel Accurate option (make sure you have disable Show Device Bezels to reduce size.

Iverson answered 14/11, 2017 at 12:5 Comment(2)
What about "pixel accurate" option? Why it's disabled? Is there a way to enable it?Logy
@AdamBardon i have added answer for pixel accurate, thanks for question, it would help many ;)Iverson
F
2

However iOS Simulator->HardWare->Device menu.

Friseur answered 4/9, 2013 at 6:39 Comment(0)
B
2

In Xcode 9 there is a new "Actual Size" option. In the Simulator to the Window menu and choose Scale > Actual Size to trigger it. This takes into account your current screen resolution to ensure the on-screen device matches the physical dimensions of a real device.

Bosomed answered 16/6, 2017 at 10:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.