How to turn off icon gloss effect in Xcode 5

前端 未结 3 792
感动是毒
感动是毒 2021-02-05 07:09

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

相关标签:
3条回答
  • 2021-02-05 07:17

    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.

    0 讨论(0)
  • 2021-02-05 07:27

    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.

    0 讨论(0)
  • 2021-02-05 07:36

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

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