xcode iphone如何拍摄高质量的屏幕截图
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20379735/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Iphone how to take high quality screenshots
提问by Lord Vermillion
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.
我正在尝试找到一种解决方案,了解如何为我的 IOS 应用程序拍摄高质量的屏幕截图。我正在整理我的作品集,我想截取我的应用程序的屏幕截图并将它们发布到网站上。
However the screenshots are in low quality, my problem is explained here : https://discussions.apple.com/thread/5436152
但是屏幕截图质量很低,我的问题在这里解释:https: //discussions.apple.com/thread/5436152
How do you take high quality screenshots?
你如何拍摄高质量的屏幕截图?
回答by Nithin Michael
There are many methods
有很多方法
1) Click Home + Power
1)点击主页+电源
2) From the simulator using File -> Save Screen Shot (Command-S) or press ? + S .Those files end up on the Desktop.
2) 从模拟器使用 File -> Save Screen Shot (Command-S) 或按 ? + S .那些文件最终会出现在桌面上。
3) Using the Finder (command-shift-3 or command-shift-4), these also end up on the Desktop
3) 使用 Finder(command-shift-3 或 command-shift-4),这些也会出现在桌面上
4)And if want programmatically follow this link
4)如果想以编程方式遵循此链接
回答by Chris Droukas
Try using the Simulator for this.
尝试为此使用模拟器。
Launch your application using the Simulator and press ? + S
to save the current screen to your Desktop.
使用模拟器启动您的应用程序,然后按? + S
将当前屏幕保存到您的桌面。