How to turn off icon gloss effect in Xcode 5

一个人想着一个人 提交于 2019-12-04 08:57:38

问题


I'm making app and I'm try to turn off icon gloss effect. Earlier in Xcode 4 it was able to turn off icon gloss effect by turn on "Prerenderred" checkbox. Now when i want to use Assets catalog i have to edit .plist file. And i did it. I add key Icon already includes gloss effects and set to YES but effect is still on icon. How to disable this effect correctly in new Xcode?

Thank you in advance.


回答1:


The answer is pretty simple when you use .xcassets (Assets). What you have to do is to select your AppIcon collection and on the right pane (Inspector) select Pre-rendered icon. and that's it.




回答2:


Just as Tomasz Szulc described:

  1. In the Project Navigator, Click on project name
  2. In the App Icons section, press Use Asset Catalog
  3. Click import
  4. Click on the small arrow next to the combo box
  5. In the Attribute Inspector, check iOS icon is pre-rendered

Hope that helps.




回答3:


Try to remove the icon from the simulator, clean the build, and try once again to run.



来源:https://stackoverflow.com/questions/18187089/how-to-turn-off-icon-gloss-effect-in-xcode-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!