When creating an iOS app (Xcode), how can I turn off the automatic icon 'gelling'

徘徊边缘 提交于 2019-12-22 11:04:15

问题


Is there a way to get rid of the highlight that is automatically added to the icon when creating an iphone app, or will I have to compensate by hand in PS?

Thanks


回答1:


Set UIPrerenderedIcon to YES in your Info.plist.

For more information see: Information Property List Key Reference: UIKit Keys




回答2:


You can find it listed as "Icon already includes gloss effects" if you don't want to see the raw values.



来源:https://stackoverflow.com/questions/3908405/when-creating-an-ios-app-xcode-how-can-i-turn-off-the-automatic-icon-gelling

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