问题描述
我正在尝试向AppStore提交新的应用程序,但现在Apple需要iPhone 4.7英寸和5.5英寸的屏幕截图。在没有设备的情况下,使用全分辨率制作这些屏幕截图的最佳方法是什么?感谢您的帮助!
I'm trying to submit a new application to the AppStore but now Apple requires screenshots for iPhone 4.7-Inch and 5.5-Inch. What is the best method to make these screenshot with the full resolution without the device? Thanks for your help!
推荐答案
在Xcode 6中,GM在模拟器中使用iPhone 6或iPhone 6 Plus运行您的应用程序,然后点击cmd-s。这会将屏幕截图保存到您的计算机上。
In Xcode 6 GM run your app with the iPhone 6 or iPhone 6 Plus in the simulator and then hit cmd-s. This will save a screenshot to your computer.
iPhone 6 / iPhone 6 Plus,见于Xcode 6 GM:
iPhone 6 / iPhone 6 Plus as seen in Xcode 6 GM:
如何在模拟器中保存屏幕截图:
How to save a screenshot in the simulator:
编辑:
确保在模拟器中将Window => Scale设置为100%,否则你有正确的设备,但最终在屏幕截图中有错误的尺寸。 - 乔斯
Make sure Window => Scale is set to 100% in the simulator, else you have the correct device, but end up with the wrong dimensions in the screenshot. – Jos
这篇关于适用于Iphone 6和6+的全分辨率屏幕截图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!