• iOS8、Xcode6下 设置Launch Image 启动图片,为什么按命名规范还是不出来照片


    按照如下 设置Launch Image 启动图片名字和尺寸

    iPhone Portrait iOS8        Retina HD 5.5         LaunchImage-800-Portrait-736h@3x.png         1242 × 2208 pixels

    iPhone Portrait iOS8        Retina HD 4.7         LaunchImage-800-667h@2x.png                     750 × 1334 pixels

    iPhone Landscape iOS8    Retina HD 5.5         LaunchImage-800-Landscape-736h@3x.png     2208 × 1242 pixels

    iPhone Portrait iOS 7,8     2x                         Default@2x.png                                              640 × 960 pixels

    iPhone Portrait iOS 7,8     Retina 4                 LaunchImage-700-568h@2x.png                      640 × 1136 pixels  

    iPad Portrait iOS 7,8            1x                      Default-Portrait~ipad.png                                768 × 1024 pixels

    iPad Portrait iOS 7,8            2x                      Default-Portrait@2x~ipad.png                         1536 × 2048 pixels

    iPad Landscape iOS 7,8        1x                      Default-Portrait~ipad.png                             1024 × 768 pixels

    iPad Landscape iOS 7,8        2x                      Default-Portrait@2x~ipad.png                       1536 × 2048 pixels

    iPhone Portrait iOS 5,6        1x                       Default.png                                                   320 × 480 pixels

    iPhone Portrait iOS 5,6        2x                       Default@2x.png                                             640 × 960 pixels

    iPhone Portrait iOS 5,6        Retina 4              Default-568h@2x.png                                     640 × 1136 pixels

    设置完后还是不出来照片,解决如下

    首先,将LaunchScreen.xib的 Use as Launch Screen前面的勾去掉

    接下来还有一个地方记得要去掉,将Launch Screen File 清空

    清空如下即可

    到这里就可以显示了。

  • 相关阅读:
    搜索
    c++ map与unordered_map区别及使用
    01BFS
    宇智波程序笔记55-Flutter 混合开发】嵌入原生View-iOS
    宇智波程序笔记54-解Bug之路-记一次线上请求偶尔变慢的排查
    宇智波程序笔记53-从红黑树的本质出发,彻底理解红黑树!
    宇智波程序笔记52-最受欢迎的微服务框架概览
    宇智波程序笔记51-JDK 15安装及新特性介绍
    宇智波程序笔记50-解Bug之路-记一次线上请求偶尔变慢的排查
    宇智波程序笔记49-link JDBC Connector:Flink 与数据库集成最佳实践
  • 原文地址:https://www.cnblogs.com/pjl111/p/4550088.html
Copyright © 2020-2023  润新知