Xcode 7 Launch Screen images dont load properly

2019-04-10 05:30发布

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

sreen shot

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.

Assets

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

2条回答
走好不送
2楼-- · 2019-04-10 05:57

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.

查看更多
Evening l夕情丶
3楼-- · 2019-04-10 06:10

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

enter image description here enter image description here

查看更多
登录 后发表回答