正如我在iOS中所做的那样,我们可以将视网膜显示文件命名为name@2x.png.
如何为iPad 3命名文件
ipad.png – iPad,iPad 2
ipad@2x.png – iPad 3
它是否正确?
谢谢!
解决方法
对,那是正确的.
Retina显示的任何图像都应该有“@ 2x”作为文件名的一部分.
如果您的iPhone和iPad之间的图像不同(如iBrad提到的那样),您可以在名称中添加“~ipad”或“~iphone”差异化. Look at the “Updating Your Image Resource files” section of this Apple documentation.
Apple确实有一些“Custom Icon & Image Creation Guidelines”,您可以查看更多详细信息,包括名为“Tips for Creating Great Artwork for the Retina Display.”的部分
此外,here is a related question讨论了如何使图像适应视网膜显示.