iOS8 icons sizes and names for icons and launch image

前端 未结 4 458
故里飘歌
故里飘歌 2021-01-30 11:21

I am not finding a straight forward site with the iOS8 sizes and names for the app icons and launch image.

I have seen the iOS Human Interface Guidelines but they don\'t

4条回答
  •  温柔的废话
    2021-01-30 11:59

    Autogenerate all necessary icon and launch image files (iOS 7 and above) with the following scripts:

    http://github.com/spren9er/s9icongen

    http://github.com/spren9er/s9splashgen

    When the script is executed all sizes and names will be displayed in the console, e.g. for launch images

       320x480(2x) ->   640x960: Default@2x~iphone.png
       320x568(2x) ->  640x1136: Default-568h@2x~iphone.png
       375x667(2x) ->  750x1334: Default-667h@2x~iphone.png
       414x736(3x) -> 1242x2208: Default-736h@3x~iphone.png
      768x1024(1x) ->  768x1024: Default-Portrait~ipad.png
      1024x768(1x) ->  1024x768: Default-Landscape~ipad.png
      768x1024(2x) -> 1536x2048: Default-Portrait@2x~ipad.png
      1024x768(2x) -> 2048x1536: Default-Landscape@2x~ipad.png
    

提交回复
热议问题