1
votes

I've added splash screen images both to the project folder and to images.xcassets file, however only iPhone 4s (with ios7) shows the splash screen, the others (with ios8) show default launch screen or don't show anything if launchscreen.xib is deleted.

what can cause it for iPhones >= 5 ? the files' names are : [email protected], [email protected], [email protected], [email protected]

1
you have to just drag and drop image in imageasset > Launchscreen. name doesn't matter when drag and drop. no need to add in project folder.ChintaN -Maddy- Ramani
yes, all the pictures in images.xcassets file are in Launchimage folder, i've also created Launchscreen folder and added these pictures there, yes with no resultAnton
remove and clean build and try.ChintaN -Maddy- Ramani
alt+cmd+shift+k cleans the build folder, but this doesn't helpAnton

1 Answers

0
votes

You need to add a LaunchImage.xib (via "New > File > User Interface > Launch Screen") and pick this file within the "generals" tab of your target.