Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 5 - Launch Images not loading in iPad of iPhone app

I am developing an iPhone app on Xcode 5, it's having iOS 7 design but deployment target is iOS 6.0.

My question is concerned to Splash Screen of the app. It is working fine in iPhone.

enter image description here

Now when i tried to run app on my iPad, it is not loading the Splash Screen/Launch Images and It is showing blank screen instead of actual splash screen image, then from Rootviewcontroller it's working fine.

Xcode general info image.

I have set the Launch Images in Xcode "Images.xcassets" folder.

Xcode Images.xcassets  Launch image section.

Please suggest, what process should I follow to prepare Splash Screen on iPad properly ?

What is the way to set Splash Screen of an iPhone app for an iPad in Xcode 5 ?

like image 438
Nico Avatar asked Jan 11 '23 17:01

Nico


1 Answers

Old pattern would be helpful for the iPhone app developed in X-code 5. To implement this-

Uncheck from Launch Image Assets

Screen shot of assets

and add iPhone Default splash screen images

screen shot of images

like image 54
Akhil Avatar answered Jan 18 '23 16:01

Akhil