iOS8 launch image的设置方法

第一种方式是根据官方的推荐创建一个launch screen.xib,然后在launch Screen file下指定这个文件就能支持iPhone6或者iPhone6 plus的分辨率了。如下图:


然后打开上的use assert Catalog,选择“new launch image ”,就回出现下图,把对应的图片拖进去

iOS8 launch image的设置方法_第1张图片

但是我这样设置好后,发现没有起作用...


第二种方法是和之前iPhone5的类似,为iPhone6和iPhone6plus添加两张特殊的png

iPhone6:命名:[email protected]   分辨率:750*1334

iPhone6plus 命名:[email protected]  分辨率:1242*2208


使用第一种方法注意如果要在app的介绍页面里有“为iPhone6,6 plus优化”的字样就必须使用第一种方法,使用第二种方法的话还是会显示“为iPhone5优化”


你可能感兴趣的:(ios8,iPhone6,launchimage)