(基于xcode5)在.plist文件中不设置Launch image时,默认图片名是,Default.png和Default-568.png(如果没有Default-568.png图片,程序iphone5的ios7系统上页面上下都会有空余黑边)
也可以在.pilst中重新设置Launch image------>test,则添加test.png和test-568.png即可(只是该下名字)。
备注:竖屏的图片名字为test-Landscape.png和test-Protrait.png
在.plist上能设置的在Target--->Info---->Custom IOS Target Properties中都可以设置(它两是一个字典)