How to add app icon to project using Xcode 4.3.1

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

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

3条回答
  •  萌比男神i
    2020-12-15 04:09

    Drag and drop the icon files you create into Xcode. They should be named Icon.png -- 57x57 for iPhone Icon@2x.png -- 114x114 retina

    Icon-72.png,icon-Small.png and Icon-Small-50.png etc...

    then drag them here in Xcode enter image description here

提交回复
热议问题