Removing Shine/Gloss effect on the iPhone through UIPrerenderedIcon not working on device

后端 未结 9 2189
温柔的废话
温柔的废话 2020-12-14 19:03

I have tried to use the UIPrerenderedIcon/\"Icon already includes gloss and bevel\" on the Info.plist of my app and it worked perfectly on the Simulator, but not on the real

相关标签:
9条回答
  • 2020-12-14 19:30

    I solved it by moving the "Icon already includes ..." up a row in the plist. My guess is that the parser doesn't handle empty tags very well in the end of the plist.

    0 讨论(0)
  • 2020-12-14 19:32

    I checked the plist read correctly and I moved it up a row, it still was not working.

    My solution: Remove the app and then turn the iPad off and on.

    0 讨论(0)
  • 2020-12-14 19:33

    Check your Plist, I found an Icon file (iOS 5) Dictionary. Within the dictionary, there's another declaration of "icon already includes gloss effects", and that one is set to NO. After setting that one to YES, your iOS5 app will lose it's gloss effect!

    0 讨论(0)
提交回复
热议问题