Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add app icon to project using Xcode 4.3.1

Tags:

xcode

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

like image 632
user836026 Avatar asked Mar 22 '12 08:03

user836026


People also ask

How do I add icons to my app in Xcode?

Create an App Icon SetIn the Project navigator, select an asset catalog. Click the Add button (+) at the bottom of the outline view. In the pop-up menu, choose a platform, and select [OS] App Icon. Xcode creates a new app icon set with the name AppIcon .


3 Answers

Drag and drop the icon files you create into Xcode. They should be named Icon.png -- 57x57 for iPhone [email protected] -- 114x114 retina

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

then drag them here in Xcode enter image description here

like image 156
Mick MacCallum Avatar answered Oct 18 '22 04:10

Mick MacCallum


You drag and drop the file in from the finder or a location on you're computer to Xcode supporting files. Make sure it is called icon.png and other names for other resolutions / versions etc... If it still deosnt come up go to project then target then same drag and drop into the application icon template

like image 26
MCKapur Avatar answered Oct 18 '22 03:10

MCKapur


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.

like image 3
Kedar Paranjape Avatar answered Oct 18 '22 04:10

Kedar Paranjape