问题
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?
回答1:
In the xml that is generated with your swf go to the node < InfoAdditions >
And add the following after
<
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.
回答3:
Set UIPrerenderedIcon to true in your plist. This may not work with older versions of iOS.
回答4:
In iOS 5, there is an additional plist entry to be checked here:
Icon Files (iOS 5) -> Primary Icon -> Icon Already includes gloss effect
来源:https://stackoverflow.com/questions/4727690/how-do-i-remove-gloss-from-an-iphone-app-icon