How to remove icon glare in XCode 5 / iOS 7?

▼魔方 西西 提交于 2019-12-03 15:37:35

As the NDA has been lift, I can tell you the answer:

  1. go to Images.xcassets in your Xcode 5 project
  2. look for AppIcon
  3. select iPhone App iOS 5,6 57pt
  4. in the Inspector side bar, tick/untick the "iOS icon is pre-rendered" checkbox as you wish!

Add to "Icon files (iOS 5)"->"Primary Icon" "Icon already includes gloss effects" Boolean YES in *-Info.plist file of your project (XCode 5)..

(Note: this is based on Xcode 4 knowledge)

Tick the pre-rendered checkbox next to your app icons in your target settings.

This will remove any effect added to the icon.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!