Guest User

Untitled

a guest
Feb 15th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. /*
  2. iOS上传所需基本图片
  3.  
  4. icon
  5.  
  6. ● Icon.png – 57×57 iPhone应用图标
  7.  
  8. ● Icon@2x.png – 114×114 iPhone Retina显示屏应用图标
  9.  
  10. ● Icon-72.png – 72×72 iPad应用图标
  11.  
  12. ● Icon-72@2x.png - 144×144 iPad Retina显示屏应用图标
  13.  
  14. ● Icon-Small.png – 29×29 iPhone 系统设置和搜索结果图标
  15.  
  16. ● Icon-Small@2x.png – 58×58 iPhone Retina显示屏 系统设置和搜索结果图标
  17.  
  18. ● Icon-Small-50.png – 50×50 iPad 系统设置和搜索结果图标
  19.  
  20. ● Icon-Small-50@2x.png – 100×100 iPad Retina显示屏 系统设置和搜索结果图标
  21.  
  22. Icon-120.png - 120x120 iphone & ipod touch(ios7)
  23.  
  24. Icon-76.png - 76x76 ipad2 & ipad mini(ios7)
  25.  
  26. Icon-76@2x.png - 152x152 ipad retina(ios7)
  27.  
  28.  
  29.  
  30. 系统自动识别的命名
  31.  
  32. bg.png (i普通屏)
  33.  
  34. bg@2x.png (高清屏)
  35.  
  36. bg~ipad.png (ipad 普通屏)
  37.  
  38. bg~ipad@2x.png (ipad高清屏)
  39.  
  40.  
  41. For the App Store, create a large version of your app icon in two sizes so that it looks good on all devices:
  42.  
  43. 1024 x 1024 pixels
  44. 512 x 512 pixels (standard resolution)
  45. Be sure to name this version of your app icon iTunesArtwork@2x and iTunesArtwork,
  46.  
  47.  
  48.  
  49.  
  50.  
  51. Lanch Images
  52.  
  53. For iPhone 5 and iPod touch (5th generation):
  54.  
  55. 640 x 1136 pixels
  56. For other iPhone and iPod touch devices:
  57.  
  58. 640 x 960 pixels
  59. 320 x 480 pixels (standard resolution)
  60. For iPad portrait:
  61.  
  62. 1536 x 2048 pixels
  63. 768 x 1024 pixels (standard resolution)
  64. For iPad landscape:
  65.  
  66. 2048 x 1536 pixels
  67. 1024 x 768 pixels (standard resolution)
  68.  
  69.  
  70.  
  71.  
  72. Tabbar icon
  73.  
  74. Regardless of the icon’s visual style, create a toolbar or navigation bar icon in the following sizes:
  75.  
  76. About 44 x 44 pixels
  77. About 22 x 22 pixels (standard resolution)
  78. Regardless of the icon’s visual style, create a tab bar icon in the following sizes:
  79.  
  80. About 50 x 50 pixels (96 x 64 pixels maximum)
  81. About 25 x 25 pixels (48 x 32 pixels maximum) for standard resolution
  82. Don’t include text in a custom tab bar icon. Instead, use the tab bar item APIs to set the title for each tab (for example, initWithTitle:image:tag:). If you need to adjust the automatic layout of the title, you can use the title adjustment APIs, such as setTitlePositionAdjustment:.
  83.  
  84.  
  85.  
  86. respectively
  87.  
  88.  
  89. */
Add Comment
Please, Sign In to add comment