简体   繁体   中英

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. 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.

This is what I have in my assets catalog:

Appicon

iPhone app iOS 5,6 57pt

1x (Properties - Screenshot)

1倍以下

2x (Properties - Screenshot)

低于 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

Idiom iPhone

Size 52

Scale 1x

It should be marked as being 120 x 120 pixels (that part's correct) while underneath it says

Idiom iPhone

Size 60

Scale 2x

this below has been very helpful to you. I had fixed same issue with referenced by this below links

iPhone 5 App icon

Thanks... if you have clarification let me know

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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