zoukankan      html  css  js  c++  java
  • Iphone 启动图的尺寸

    APP图标设置 - 取Images.xcassets中的AppIcon, 
    图标尺寸


    29pt * 2x => 58 * 58
    29pt * 3x => 87 * 87
    40pt * 2x => 80 * 80
    40pt * 3x => 120 * 120
    60pt * 2x => 120 * 120
    60pt * 3x => 180 * 180


    开机动画图片设置 - 取Images.xcassets中点击+号
    取New Launch Image - LaunchImage




    *************************************
    iPhone开机动画尺寸


    iPhone Portrait iOS7,8
    Retina HD 5.5    1242*2208
    Retina HD 4.7    750*1334
    iPhone Landscape iOS7,8(含有Landscape - 即横屏)
    Retina HD 5.5   2208*1242
    —————————————————————
    iPhone Portrait iOS7,8
    2X            640*960
    Retina 4      640*1136
    ————————————
    iPad Portrait iOS7,8
    1X      768*1024
    2X      1536*2048
    iPad Landscape iOS7,8
    1X      1024*768
    2X      2048*1536
    ————————————
    iPhone Portrait iOS 5,6
    1X      320*480
    2X      640*960
    Retina 4      640*1136
    ————————————
    iPad Portrait Without Status Bar
    1X      768*1004
    2X      1536*2008
    ipad Portrait iOS 5,6
    1X     768*1024
    2X     1536*2048
    iPad Landscape Without Status Bar
    1X     1024*748
    2X     2048*1496
    iPad Landscape
    1X     1024*768
    2X      2048*1536
    ************************
    开机动画设置 - 在工程中General的Deployment Info 的Main Interface 为空, APP Icons and Launch Images中的 Launch Images Source 选项选为LaunchImage(旁边的箭头如果能点击进入开机动画视图尺寸页面, 即成功), Launch Screen File 选项为空

  • 相关阅读:
    洛谷1894 [USACO4.2]完美的牛栏The Perfect Stall
    洛谷2417 课程
    洛谷2860 [USACO06JAN]冗余路径Redundant Paths
    洛谷1983 车站分级
    BZOJ1178或洛谷3626 [APIO2009]会议中心
    BZOJ1179或洛谷3672 [APIO2009]抢掠计划
    CF Round #516 (Div. 2, by Moscow Team Olympiad)
    洛谷1262 间谍网络
    NOI导刊 2018河南郑州游记
    BZOJ1001或洛谷4001 [BJOI2006]狼抓兔子
  • 原文地址:https://www.cnblogs.com/code4app/p/5112515.html
Copyright © 2011-2022 走看看