問題描述
iOS 5 beta 5 應用程序圖標的光澤效果有問題,在 iOS 4 中顯示效果不是光澤,但 iOS5 顯示光澤效果.我把選項Icon has been includedgloss effects = YES
,但根本不起作用,看來應用程序Google+也有同樣的問題
I have a problem with the gloss effect in app icon at iOS 5 beta 5, in iOS 4 it's show the effect not gloss, but iOS5 shows the gloss effect. I put the option Icon already includes gloss effects = YES
, but simply does not work, and it appears that the application Google+ also has the same problem
推薦答案
iOS 5 在 Info.plist 文件中新增了Icon Files (iOS 5)"鍵.確保該字典中的圖標已經包含光澤效果"布爾值也設置為是".您可能需要在更改在模擬器中生效之前清除您的構建文件夾.需要進行大量故障排除才能使其在較舊的項目上運行,因此您可以嘗試擦除根級密鑰.
iOS 5 has anew "Icon Files (iOS 5)" key in the Info.plist file. Make sure the "Icon already includes gloss effect" boolean in that dict is set to "YES" too. You may need to clear your build folder before the changes take effect in the simulator. It takes a lot of troubleshooting to get it to work on older projects, so you might try erasing the root level key.
這篇關于圖標已經包含光澤效果的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!