时间: 2020-11-22|43次围观|0 条评论

以120x120为例:

添加Icon_120x120.png-->.plist添加Icon files-->App Icons自动变化

1、xcode5-ios7-如何添加120×120、152×152、76×76图标插图

 

2、xcode5-ios7-如何添加120×120、152×152、76×76图标插图1

 

3、xcode5-ios7-如何添加120×120、152×152、76×76图标插图2

 

===============================================================================================

参考:

https://developer.apple.com/library/ios/qa/qa1686/_index.html

http://wpguru.co.uk/2013/09/how-to-add-ios-7-icons-in-xcode-4-6-3/

http://stackoverflow.com/questions/18523193/ios-app-submission-invalid-image-sizes

http://blog.manbolo.com/2013/08/15/new-metrics-for-ios-7-app-icons

 

And the Info.plist should be displayed like this:

xcode5-ios7-如何添加120×120、152×152、76×76图标插图3

You can use whatever name you want, provided you’re using all the mandatory sizes.

With Xcode 5, you can also have a nice overview in clicking on your project in the project navigator, click on the ’General’ tab and check the ’App Icons’ category. You should see something like this, without any yellow warning sign:

xcode5-ios7-如何添加120×120、152×152、76×76图标插图4

 

==========================================================================================

https://developer.apple.com/library/ios/qa/qa1686/_index.html

 

Adding Icon files in Info.plist

 

To add the Icon files entry you will need to manually edit your Info.plist.

Open your Info.plist in Xcode. Command click anywhere in the space below the existing entries and select Add Row to make a new key entry as shown in Figure 1.

Figure 1  Add a new entry using the context menuxcode5-ios7-如何添加120×120、152×152、76×76图标插图5

Then, type Icon files in the key column (notice the "s" added), or choose Icon files from the drop down list, as shown in Figure 2.

Figure 2  Add Icon files key in Info.plistxcode5-ios7-如何添加120×120、152×152、76×76图标插图6

Next, turn down the disclosure triangle on Icon files and add the entries for the icons for your application, as shown in Figure 3 and Figure 4. If the retina and non-retina images of an icon share a common base name, you should add a single entry with this base name as its value; do not include the retina (@2x) modifier or the file extension. Otherwise, you must specify the complete file name (with extension) for each icon, and you must add separate entries for the retina and non-retina images for that icon.

Figure 3  Add icon file entries for iPhone-only or Universal apps.xcode5-ios7-如何添加120×120、152×152、76×76图标插图7Figure 4  Add icon files for iPad-only apps.xcode5-ios7-如何添加120×120、152×152、76×76图标插图8

Note: If you don't provide one of the listed optional icons, the system will automatically scale one of your existing icons to an appropriate size. However, it is strongly recommended that your application supply all the icons listed with specific sizes needed.

 

 

转载于:https://www.cnblogs.com/yipu/p/3617882.html

原文链接:https://blog.csdn.net/weixin_30342827/article/details/95120520

本站声明:网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。

本博客所有文章如无特别注明均为原创。
复制或转载请以超链接形式注明转自起风了,原文地址《xcode5-ios7-如何添加120×120、152×152、76×76图标
   

还没有人抢沙发呢~