2
votes

I have the universal application both for iPhone and iPad. I need to have the splash screen for the iPhone application but no launch image for the iPad version.

If I remove the iPad's splash screen image then it loads the iPhone one. I tried to set iPad's launch image key to empty string in application.plist manually but it leads to an ugly random image.

When developing a universal application, can one have the splash screen for the iPhone version but no splash for the iPad? If yes - how?

2

2 Answers

1
votes

Why would you want to remove the splash screen? Only thing I can think of is to create a black image and use that as the splash screen to mimic the default black one.

-2
votes

You can create your splash screen and then can set the time to remove the splash screen or once the user tap on.

There are many tutorials around to create splash screen programmatically. Just use that and set the timer to remove the splash screen.

But there is the tricky solution for that as well, just take the screen shot of your home page and use as splash image and set the timer, so when the user click on any component he/she would not feel that the splash image was loading actually.