Reputation: 2300
I found LaunchImage in Images.xcassets. I inserted my png file and it worked fine. Then I updated it and it is not shown again. Only a white screen appeared. I removed it completely, inserted it again. Does not help. The recomendation for portrait is 1242x2208. So I created exacly this size. No change. Where is the problem?
Upvotes: 0
Views: 87
Reputation: 1433
LaunchScreen.xib has a higher priority than LaunchImage.
If you want to make LaunchImage work,you should first remove LaunchScreen.xib or LaunchScreen.storyboard in your project.
Upvotes: 0
Reputation: 10144
Did you try to use the LaunchScreen.xib
as a launch screen?
Check out my answer to this question because you may have a similar issue: Landscape Launch Images on Xcode 7 madness - [FIXED]
Upvotes: 1