iPhone Splash Screen


 

iPhone Splash Screen

In this example, I'm going to show you how to create splash screen in iphone apps. The motto behind showing splash screen is to show something until and unless the application loads properly.

In this example, I'm going to show you how to create splash screen in iphone apps. The motto behind showing splash screen is to show something until and unless the application loads properly.

iPhone Splash Screen

In this example, I'm going to show you how to create splash screen in iphone apps. The motto behind showing splash screen is to show something until and unless the application loads properly. That means, you can show your user a splash screen instead of a boring black screen while the application is starting up. And doing it is very simple.

To show a splash screen in iphone apps, just create a "Default.png" image and put that image into your application Resources folder. Remember that your image name should not be different from "Default.png" otherwise it will not show the image as it's case sensitive.

Now, just build and go to see the output. To see the difference you can also change the background color of the view.
It will show the splash screen as given image...

Remember that i have did nothing in this code just placed a image called "Default.png" into the Resources folder of my application.. that's it!

iPhone Splash Screen Code: Download Here

Ads