How can I take screenshot of size 1242 x 2208 (required for App Store) from iPhone 8 Plus simulator in Xcode 9.0? I can't resize the simulator like we did in earlier versions of Xcode. Is there any way to do it?
I have met the similar problem and here is the solution.
Uncheck "Optimize Rendering for Window Scale" option from "Debug" menu.
Then take your screenshot(Cmnd + S) with zoom. Now it will be in size 1242 x 2208
I need to see how my webpages are looking on an iPhone and iPad on my windows desktop. Is this possible?
A quick search yielded some iPhone testing sites, which seemed like what I wanted. However, they are wildly inaccurate …
Apple's website claims that the resolution is 1080p: 1920 x 1080
However, the launch screen required by Xcode (8.0 GM launched today) is 2208 x 1242.
Who's right?