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 选项为空

  • 相关阅读:
    设置navigationBar透明,隐藏iOS导航条底部与self.view的分界线
    毛玻璃效果
    手动代码约束,等比例
    UIScrollView基本用法和代理方法
    swift学习笔记
    设置子视图背景颜色不影响到父视图的背景颜色方法
    JS内置对象
    JS创建自定义对象
    dom添加事件
    dom对象操作Html,Css
  • 原文地址:https://www.cnblogs.com/code4app/p/5112515.html
Copyright © 2011-2022 走看看