Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我记得在某处读过,您可以提供自己的图标,而无需在编译 iphone 应用程序时让它们通过自动光泽效果,但我不记得如何做到这一点,也不知道它在文档中的位置。这里有人记得吗?
谢谢!
将“UIPrerenderedIcon”添加到您的 info.plist 文件中,将其更改为布尔值并使其为真。(在 iPhone OS 2.0 中,您也可以将其保留为字符串并使用“是”或“否”,但在 2.1 中不再适用。)
斯蒂芬是正确的。在 2.1 中工作的确切语法是:
<key>UIPrerenderedIcon</key> <true/>