Take screenshots of iPhone 5

I installed the latest version of xcode and tested my application using simulator 6.0, etc. How do I make the necessary screenshots of the iPhone 5, since I have 4s and not an iphone 5 device to connect to?

+5
source share
3 answers

You can take screenshots from the simulator. You must change the device in the simulator settings to get a larger screen size.

Change device: Hardware> Device> iPhone (Retina 4-inch)

You can scale it with: Window> Zoom

+11
source

Change device: Hardware> Device> iPhone (Retina 4-inch)

Click Command+S

+8

Run the application in the simulator (Any, according to what you need)

If you need a screenshot

Click Command+s

Or

File → Save Screenshot

Saves a screenshot to the desktop (default)

+3
source

All Articles