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.
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.
I have set the Launch Images in Xcode "Images.xcassets" folder.
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 ?