如何去除 iPhone 应用程序图标的光泽?
这里是一个教程,告诉您如何消除 Xcode 中应用程序的光泽。我怎样才能在flash cs5中做到这一点?
如果我不能,我可以在 Photoshop 中对图像做一些处理,使其在应用光泽时看起来没有光泽吗?
Here is a tutorial that tells you how to remove the gloss on an app in xcode. How can I do this in flash cs5?
If I can't, can I do something to the image in photoshop so that it looks like it has no gloss when the gloss is applied?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
对于 plist,您应该拥有 Pratik 提到的行以及数组中列出的所有必要图标。
你们中的一些人会这样做,但仍然没有视网膜显示或光泽反映这些变化。
在 XCode 4.3.2 和可能更早的版本中,请确保选中项目设置中的“Summary”选项卡。在那里你会发现一个名为“应用程序图标”的部分,它应该显示你的 Icon.png 和 [电子邮件受保护]。 确保选中“预渲染图标”框。
即使完成所有这些,您的视网膜显示屏也可能无法正常工作。 检查“信息”选项卡的“自定义 iOS 目标属性”部分。
如果您不打算使用“Newstand 图标”部分,请确保将其删除,否则它会阻止您的应用程序在提交到 AppStore 时通过验证。
For the plist, you should have the row Pratik mentions with all the necessary icons listed in the array.
Some of you will do this and still not have a retina display or gloss reflecting these changes.
In XCode 4.3.2 and possibly earlier versions, make sure you check the "Summary" tab in your project settings. There you will find a section called "App Icons" that should show both your Icon.png and [email protected]. Make sure you have the "Prerendered Icon" box checked.
Even after all this, you might not have the retina display working. Check the "Info" tab's "Custom iOS Target Properties" section.
Make sure you delete the "Newstand Icons" section if you aren't going to use them or it will stop your app from passing validation when submitting to the AppStore.
在使用 swf 生成的 xml 中,转到节点 <<信息补充>
之后添加以下内容
并在before
然后当你编译时,你的图标将没有光泽
In the xml that is generated with your swf go to the node < InfoAdditions >
And add the following after
before
Then when you compile, you icons will be without gloss
在您的 plist 中将 UIPrenderedIcon 设置为 true。这可能不适用于旧版本的 iOS。
Set UIPrerenderedIcon to true in your plist. This may not work with older versions of iOS.
在 iOS 5 中,这里还有一个额外的 plist 条目需要检查:
Icon Files (iOS 5)
->主图标
->图标已经包含光泽效果
In iOS 5, there is an additional plist entry to be checked here:
Icon Files (iOS 5)
-> Primary Icon
-> Icon Already includes gloss effect