Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone Simulator Screenshot Size Became Small after XCode Update

Tags:

I updated my Xcode to the latest version and one thing I notice is that the screenshot image dimension size became small.

Before I updated it when I take screenshot using the Simulators built-in "Save Screenshot" function on iPhone 6 Plus simulator. I would get 1920 * 1080, But now the image dimension is only 414 * 736.

Any thoughts?

like image 290
JayVDiyk Avatar asked Nov 02 '15 03:11

JayVDiyk


People also ask

How do I find app size on Iphone simulator?

Build Your App using Active Configuration = Release, then right click on the . xcodeproj. Select Reveal in Finder. Then have a look at App Size in the Build Subdirectory.

How do I make Xcode simulator smaller?

You can pick & drag any corner of simulator to resize it and set it according to your requirement. Note: With Xcode 9.1+, Simulator scale options are changed.

How do I take a screenshot on iphone simulator?

Press Command+Shift+4 and then keep the mouse pointer on Simulator and then press "Space Bar" key one camera icon will appear, now left click the mouse. Your simulator screen shot is saved on desktop. You can take the screen shot any small screen in the same way.

How do I use Iphone simulator in Xcode?

To launch a Simulator without running an app Launch Xcode. Do one of the following: Choose Xcode > Open Developer Tool > Simulator. Control-click the Xcode icon in the Dock, and from the shortcut menu, choose Open Developer Tool > Simulator.


1 Answers

Solution 1: (from Kip's answer)

in Simulator menu uncheck the option Debug > Optimize Rendering for Window Scale.

Solution 2:

Simulators menu chose Window->Scale->100%. (keyboard shortcut: ⌘1)

Then save screenshot (keyboard shortcut: ⌘S).

like image 79
larva Avatar answered Nov 27 '22 08:11

larva