ios - iPhone (iOS 7) 应用程序图标异常行为

标签 ios iphone xcode ios7 icons

我在 iOS 7 设备上遇到了应用程序图标的问题,问题是:我在图标的顶角出现了黑色边框。我使用的图标大小和名称是:

Size :  120 X 120 pixels

Name :   Icon-60@2x.png

(抱歉,我不能在这里发布屏幕截图/图像,因为我需要 10 个声望点才能发布图像。希望你们理解)

请帮帮我。

提前致谢!

编辑:

最佳答案

iOS HIG guidelines建议,

Avoid transparency. An app icon should be opaque. If the icon’s boundaries are smaller than the recommended sizes—or you use transparency to create “see-through” areas—the resulting icon can appear to float on a black background, which tends to look especially unattractive on the beautiful wallpapers that users choose.

检查图标中是否有透明度,如果有,请将其移除。

您应该避免使用圆角图标,因为 Apple 为此对您的图标图像应用了蒙版。提供尺寸为 120x120 像素的正方形图标。

enter image description here

希望对您有所帮助!

关于ios - iPhone (iOS 7) 应用程序图标异常行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21847968/

相关文章:

ios - 设计CoreData数据库

iOS应用程序: How to skip views after initial app use

ios - 从 webservice 获取 unicode 字符并在 ios 应用程序中显示它们

ios - 如何在 MKMapView 的 MKAnnotation 上设置图像

iphone - Objective C 数组元素都以相同的值结束

iphone - 我如何在同一类中发出两个 Facebook 请求? iOS SDK

iOS 游戏中心 : Scores not showing on leaderboard in sandbox

由于代码签名问题导致 iOS 测试飞行错误

iphone - 将NSString转换为具有多个条件的NSArray

ios - iOS静态库的开放性