如何去除 iPhone 应用程序图标的光泽?

发布于 2024-10-12 08:26:35 字数 231 浏览 3 评论 0原文

这里是一个教程,告诉您如何消除 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

梦冥 2024-10-19 08:26:35

对于 plist,您应该拥有 Pratik 提到的行以及数组中列出的所有必要图标。

你们中的一些人会这样做,但仍然没有视网膜显示或光泽反映这些变化。

在 XCode 4.3.2 和可能更早的版本中,请确保选中项目设置中的“Summary”选项卡。在那里你会发现一个名为“应用程序图标”的部分,它应该显示你的 Icon.png 和 [电子邮件受保护]确保选中“预渲染图标”框

即使完成所有这些,您的视网膜显示屏也可能无法正常工作。 检查“信息”选项卡的“自定义 iOS 目标属性”部分。

您可能会在此处找到您的 plist 尚未更新您的图标文件

如果您不打算使用“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.

This is where you may find that your plist hasn't updated your Icon files

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.

忘东忘西忘不掉你 2024-10-19 08:26:35

在使用 swf 生成的 xml 中,转到节点 <<信息补充>

之后添加以下内容

<![CDATA[ 

<key>UIPrerenderedIcon</key><true/>

并在before

 <key>UIDeviceFamily</key> 

然后当你编译时,你的图标将没有光泽

In the xml that is generated with your swf go to the node < InfoAdditions >

And add the following after

<![CDATA[ 

<key>UIPrerenderedIcon</key><true/>

before

 <key>UIDeviceFamily</key> 

Then when you compile, you icons will be without gloss

倒数 2024-10-19 08:26:35

在您的 plist 中将 UIPrenderedIcon 设置为 true。这可能不适用于旧版本的 iOS。

Set UIPrerenderedIcon to true in your plist. This may not work with older versions of iOS.

你的他你的她 2024-10-19 08:26:35

在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文