Peter71
Peter71

Reputation: 2300

XCode 7.0b5: LaunchImage

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

Answers (2)

Michael Yang
Michael Yang

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.

enter image description here

Upvotes: 0

BalestraPatrick
BalestraPatrick

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

Related Questions