简体   繁体   中英

how to change xcode app icon?

I have been trying to change my apps icon, but i cannot seem to do it. I have been following this example: https://developer.apple.com/library/ios/recipes/xcode_help-image_catalog-1.0/chapters/AddingLaunchImagestoanAssetCatalog.html

but no matter what i do, i cannot get the icon to change. whenever i add an image, it just gives me an error saying that it is the incorrect size, but when i change the size of the image xcode tells me a new size.

is there something that isn't in this example that i would be missing?

This is a good way, you should do something like this:

在此处输入图片说明

For example:

  • 40pt - 120:120 for @3x, 80:80 for @2x , 40:40 for @1x
  • for artworks 512:512 for @1x and 1024:1024 for @2x

Be attentive with icon sizes, and everything will be ok :)

I personally like to use this site to make my app icons. Just upload a fairly large icon artwork and they will send you an email with all the configured sizes.

In the file, go into the iOS folder and look for a folder called AppIcon.appiconset . Copy that.

Go into your app's source folder and into your images.xcassets folder. Now paste in that copied folder and say replace.

Resize them manually and then add them there by drag and drop

example: Size = 1x * 29pt = 29x29

Here is a link to the section on images and icons in the Apples humane interface guidelines , it goes over the different sizes that you need. And don't forget to append the @2x and @3x to the name of your icons!

First you need to convert the image then drag it into assets -> AppIcon

visit this website for converting icon https://makeappicon.com

After converting the icon on the website they will mail you all the converted icons on your mail id, then you need to select the image icon form the provided list according to the size. 在此处输入图片说明

Question and answers in this page are outdated.

This worked best for me: iOS how to set app icon and launch images

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM