微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

ios – 新的iPad的高分辨率/视网膜显示应用程序图标文件名

有谁知道正确的文件名的高分辨率应用程序图标在iOS中?我只能在苹果开发者网站上找到以下文档,这是不幸的是过时的 – http://developer.apple.com/library/ios/#qa/qa1686/_index.html

这是我最好的猜测…虽然我相信我错了!

App - 144px x 144px - Icon-72@2x.png  
Spotlight - 100px x 100px - Icon-Small-50@2x.png  
Settings - 58px x 58px - Icon-Small@2x.png

任何建议将不胜感激!

解决方法

Herehere是正确的文档。基本上,您添加带有后缀@ 2x和双倍大小的新图标作为文档 says

For apps that run on devices with Retina displays,two versions of each icon should be provided,with the second one being a high-resolution version of the original. The names of the two icons should be the same except for the inclusion of the string @2x in the filename of the high-resolution image.

>应用图标:Icon-72@2x.png – 144 x 144> Spotlight:Icon-Small-50@2x.png – 100 x 100> …

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐