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

  • 相关阅读:
    Python 学习笔记:需要仔细阅读一个函数
    asp.net 实现一个简单CAS Server
    用代码旋转屏幕
    Cassandra API60 Java 代码示例
    Ajax跨域访问代理类,支持GET和POST方法
    Android 给自己的类加个事件
    Python 学习笔记: 备份工具
    Android SQLiteHelper
    转:在 CLI 中練習 Data Model
    Java修饰符public,private,protected及默认的区别
  • 原文地址:https://www.cnblogs.com/code4app/p/5112515.html
Copyright © 2011-2022 走看看