简体   繁体   English

Appicon 在运行于 iOS7 上的 iPhone 4S 上正常运行,但在 iPhone 5 上却没有?

[英]Appicon comes up proper on iPhone 4S running on iOS7 but not on iPhone 5?

Recently, I updated my Xcode to Xcode 5 for iOS7 development which brought up the assets catalog for simplifying the use of image assets.最近,我将我的 Xcode 更新到 Xcode 5 以进行 iOS7 开发,这带来了资产目录以简化图像资产的使用。 I have set the appicon for our app and it's coming up nice and sharp on iPhone 4s running iOS7 but on iPhone 5, the same appicon comes up blurred.我已经为我们的应用程序设置了 appicon,它在运行 iOS7 的 iPhone 4s 上变得漂亮而清晰,但在 iPhone 5 上,同样的 appicon 变得模糊。

This is what I have in my assets catalog:这是我的资产目录中的内容:

Appicon应用程序

iPhone app iOS 5,6 57pt iPhone 应用程序 iOS 5,6 57pt

1x (Properties - Screenshot) 1x (属性 - 截图)

1倍以下

2x (Properties - Screenshot) 2x (属性 - 截图)

低于 2 倍

How can I fix this?我该如何解决这个问题?

从您的屏幕截图看来,您的“ @2x.png ”文件是 114 x 114...而Apple Human Interface Guidelines 说该图标应该是“120 x 120”

For appicon-1.png , the size is marked as being 120 x 120 pixels while underneath it says对于appicon-1.png ,大小被标记为120 x 120 pixels而在它下面说

Idiom iPhone成语 iPhone

Size 52尺寸 52

Scale 1x缩放 1 倍

It should be marked as being 120 x 120 pixels (that part's correct) while underneath it says应该被标记为120 x 120 pixels (那部分是正确的),而它下面说

Idiom iPhone成语 iPhone

Size 60 60码

Scale 2x缩放 2 倍

this below has been very helpful to you.下面这个对你很有帮助。 I had fixed same issue with referenced by this below links我通过以下链接修复了相同的问题

iPhone 5 App icon iPhone 5 应用程序图标

Thanks... if you have clarification let me know谢谢...如果你有澄清让我知道

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM