Vipin
Vipin

Reputation: 4728

Sample code for adding Splash screen in xcode

Can anyone provide me a sample code for adding a splash screen to an existing Xcode project. What is the better way to add a splash screen? I mean is it using model view controller or just adding the image in resource folder. And if I want to play any movie on the splash screen then how can I do it?

Upvotes: 0

Views: 6079

Answers (1)

Tariq
Tariq

Reputation: 9979

You are looking for Splash screen of video type right?

Go through these source code steps.

http://iphonedevcentral.blogspot.com/2010/08/display-iphone-movies-in-portrait-mode.html

Write your own Utility Class. And on Video Done clicked show your home screen

Code: http://iosdevelopertips.com/wp-content/uploads/2010/07/MoviePlayer-Portrait-Mode-ios4.zip

Upvotes: 1

Related Questions