App app icon and app name settings

Source: Internet
Author: User

The last time I wrote a feedback letter to the blog park, the general meaning is that whenever I write a blog, insert a few pictures, if you can edit the words at this time will be slow with the same. The key is to make suggestions and then refuse to accept my mail, I do not know if you have this problem.

Writing this blog today is mainly to tell you some of today's app app icons in a little summary. For us to study together. Because I see the knowledge of the internet about this is not a bit of a methodical. So prepare yourself to grope.

1. Add the App app icon.

The first step is to navigate to the AppIcon in our project by Target.

The different size of the picture here is what we need to drag in, then here we how to do the original image of the art, and then some attention to where the place?

I found a place where I could do simple artwork. According to the picture you should know how to do it.

We can create a new folder and copy 6 copies here (including the original). Then edit them according to the size of the AppIcon.

Finally, we drag 6 of its images into the corresponding boxes.

Note that the name of the picture edited by the original image needs to be especially noted, that first, then the first picture should be called Appicon29*[email protected], and so on.

What needs to be mentioned here is that. When you click on the show in finder, we find that there is a JSON-formatted file. This is what's inside.

{  "Images" : [    {      "size":"29x29",      "idiom":"iphone",      "filename":"Appicon29*[email protected]",      " Scale":"2x"    },    {      "size":"40x40",      "idiom":"iphone",      "filename":"Appicon40*[email protected]",      " Scale":"2x"    },    {      "size":"60x60",      "idiom":"iphone",      "filename":"Appicon60*[email protected]",      " Scale":"2x"    },    {      "size":"60x60",      "idiom":"iphone",      "filename":"Appicon60*[email protected]",      " Scale":"3x"    }  ],  "Info" : {    "version":1,    "author":"Xcode"  }}

This is generated by Xcode itself. The value inside is the corresponding information for each picture.

2. Modify the app name.

, the string behind the Bundle display name is the app name you want to display. The final effect is this. is not great.

Last save, then look at the effect on the simulator.

App app icon and app name settings

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.