如何覆盖 iphone 应用程序的图标?
我记得在某处读到,在编译 iPhone 应用程序时,您可以提供自己的图标,而无需让它们通过自动光泽效果,但我不记得如何做到这一点,也不知道它在文档中的位置。 这里还有人记得吗?
谢谢!
I remember reading somewhere that you can provide your own icons without having them pass them through the automatic gloss effect when compiling an iphone app, but I can't remember how to do it, and not sure where it was in the docs. Anyone here remembers?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将“UIPrenderedIcon”添加到您的 info.plist 文件中,将其更改为布尔值并使其为 true。 (在 iPhone OS 2.0 中,您还可以将其保留为字符串并使用 YES 或 NO,但这在 2.1 中不再有效。)
Add the "UIPrerenderedIcon" to your info.plist file, change it to be a boolean and make it true. (In 2.0 of the iPhone OS you could also leave it as a string and use YES or NO, but that no longer works in 2.1.)
斯蒂芬是正确的。 2.1 中适用的确切语法是:
Stephen is correct. The exact syntax that works in 2.1 is: