在创建iOS应用程序(Xcode)时,如何关闭自动图标'gelling'
问题描述:
有没有办法摆脱在创建iPhone应用程序时自动添加到图标的突出显示,还是我必须在PS中手动补偿?
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?
谢谢
答
设置 UIPrerenderedIcon
到Info.plist中的 YES
。
Set UIPrerenderedIcon
to YES
in your Info.plist.
有关详细信息,请参阅:信息财产清单主要参考:UIKit钥匙
For more information see: Information Property List Key Reference: UIKit Keys