How to add app icon to project using Xcode 4.3.1

前端 未结 3 546
灰色年华
灰色年华 2020-12-15 03:16

How do I add an application icon to my project using Xcode 4.3.1?

3条回答
  •  温柔的废话
    2020-12-15 04:20

    Download Asset Catalog Creator Free from iTunes. All you have to do is select a base image, and the program will create all required iOS icon sizes for you and place them neatly in an .xcassets file, which you can simply drag into Xcode. Much easier than worrying about the sizes/resolutions of individual icons.

提交回复
热议问题