Lord Vermillion
Lord Vermillion

Reputation: 5424

Iphone how to take high quality screenshots

I'm trying to find a solution on how to take high quality screenshots of my IOS apps. I'm putting together a portfolio of my work and i want to take screenshots of my apps and publish them on a website.

However the screenshots are in low quality, my problem is explained here : https://discussions.apple.com/thread/5436152

How do you take high quality screenshots?

Upvotes: 1

Views: 7713

Answers (2)

Nithin Michael
Nithin Michael

Reputation: 2186

There are many methods

1) Click Home + Power

2) From the simulator using File -> Save Screen Shot (Command-S) or press ⌘ + S .Those files end up on the Desktop.

3) Using the Finder (command-shift-3 or command-shift-4), these also end up on the Desktop

4)And if want programmatically follow this link

Upvotes: 1

Chris Droukas
Chris Droukas

Reputation: 3196

Try using the Simulator for this.

Launch your application using the Simulator and press ⌘ + S to save the current screen to your Desktop.

Upvotes: 1

Related Questions