Xcode 7 Launch Screen images dont load properly

无人久伴 提交于 2020-01-01 14:45:07

问题


I am trying to make some different launch screens with Xcode 7 ios9.1 for different iOS devices (iPhone iPad)

If you take a look at the following images this is what I've done

Here I have made exactly all the images dimensions that it needs and I have filled out all the table with the images. I have made this by right clicking and selecting New iOS Launch Image.

Here I have set the launch images from LaunchImage. And here is the launch screen storyboard which I have left it empty. Now, when I run the app, it doesn't load the loading screen.


回答1:


You need to Remove one String from your project info.Plist File for Launch splash screen.

It's Launch screen interface file base name.

I attach Screenshot for remove String in .plist file

Here you saw second line just remove from Your file




回答2:


In addition to Maulik Patel`s answer, I found that if you set launch images improperly, maybe you need to delete the app on your iPhone or simulator, set launch images right and rebuild it again. It works for me. Maybe there is still some cache of settings in the app.



来源:https://stackoverflow.com/questions/34043541/xcode-7-launch-screen-images-dont-load-properly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!