创建 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?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Info.plist 中将
UIPrerenderedIcon
设置为YES
。有关详细信息,请参阅:信息属性列表按键参考:UIKit按键
Set
UIPrerenderedIcon
toYES
in your Info.plist.For more information see: Information Property List Key Reference: UIKit Keys
如果您不想看到原始值,您可以找到它列为“图标已包含光泽效果”。
You can find it listed as "Icon already includes gloss effects" if you don't want to see the raw values.