您的位置:首页 > 移动开发

iOS 应用的 AppIcon 和 LaunchImage

2014-10-31 10:54 507 查看
1:在 iOS 应用中,多彩的显示图标和启动画面总是能给你的应用增添不少吸引力,那么你了解相应的知识吗?

   在 Xcode5.0之前,图片的名字需要与相应尺寸一一匹配,但Xcode5.0后,我们再也不用这样了,xcode 会根据相应的系统自动匹配所需图片,你只需要一一提供就可以啦!

2:AppIcon 的相应名字及尺寸(名字依然延续了苹果要求的命名规范,当然你也可以不这样做)注:只针对 iPhone 应用


      


勾选 iOS icon is pre-rendered 去除高光

       类型                                               图标名                                                 尺寸           

Spotlight - iOS 5,6                           Icon-Small@png                                     29*29

Setting - iOS 5-8                  
Icon-Small@2xpng 
58*58

         29pt                                        Icon-Small3x@png 
87*87

iPhone Spotlight 
Icon-40@2x.png  80*80

iOS 7,8
Icon-40@3x.png 120*120

        40pt

iPhone App
Icon.png 57*57

iOS 5,6
Icon@2x.png 114*114

      57pt

iPhone App
Icon-60@2x.png
120*120

iOS 7,8
Icon-60@3x.png
180*180

      60pt

3:LaunchImage 的相应名字及尺寸


                  


iPhone Portrait iOS 8 

Retina HD 5.5                                     LaunchImage-414-736@3x.png              1242 *2208

Retina HD 4.7
   LaunchImage-375-667@2x.png               750 * 1334

iPhone Landscape iOS 8 

Retina HD 5.5                                    LaunchImage-736-414@3x.png               2208 * 1242

iPhone Portrait iOS 7,8

2x                                                      Default@2x.png
    640 * 960

Retina 4   Default-568h@2x.png                               640 * 1136

iPhone Portrait iOS 5,6

1x
 Default.png      320 * 480

2x
Default@2x.png
    640 * 960

Retina 4
 Default-568h@2x.png                               640 * 1136

另附一篇类似的文档  http://blog.csdn.net/liufan321/article/details/9121241,希望对大家对自己有帮助!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  AppIcon LaunchImage