Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Without iPhone, how to take screenshot with XCode?

I'm building iPhone / iPad app with Xcode. now i want to take screenshot of this application.

with 960x640 size.

so how to? the screen on simulator is too small

like image 725
TomSawyer Avatar asked May 09 '12 16:05

TomSawyer


2 Answers

You can use cmd+S into the simulator, it will capture the screen.

Image will be saved to the Desktop.

like image 94
olirip Avatar answered Nov 25 '22 00:11

olirip


In the simulator navigate to

Hardware>>Device>>iPhone (Retina)

Then you can use command-s to capture the simulators screen in retina, and the screenshot requirement is 640x960.

Keep in mind, the retina simulator screen may not fit vertically on your screen depending on its resolution.

like image 22
Mick MacCallum Avatar answered Nov 25 '22 01:11

Mick MacCallum