xcode iphone 应用程序图标 ios 7,8 (3x) for iphone 6
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25761264/
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 app icon ios 7,8 (3x) for iphone 6
提问by Nik Yekimov
just got xcode 6 gm seed and wanna upload new version to app store. Noticed that now you are suggested to specify Iphone app icon ios 7,8 60pt 3x. Apple has not updated its app icon guide yet. Is logic the same for 3x as 2x files, how do you think? I mean, just make resolution for the case 180x180 and name file [email protected]?
刚刚获得 xcode 6 gm 种子,想将新版本上传到应用商店。请注意,现在建议您指定 Iphone 应用程序图标 ios 7,8 60pt 3x。Apple 尚未更新其应用程序图标指南。3x 和 2x 文件的逻辑是否相同,您怎么看?我的意思是,只需将案例解析为 180x180 并将文件命名为 [email protected]?
回答by Sarim Sidd
Well yes the logic is same, 3x means (60x3), and what I see from the screenshot in your question - your are using assets catalog so you dont need to worry about the naming convention. Simply drag and drop your icon.
嗯,是的,逻辑是一样的,3x 意味着 (60x3),我从你问题的截图中看到的 - 你正在使用资产目录,所以你不需要担心命名约定。只需拖放您的图标。
Hope this helps
希望这可以帮助