Reputation: 7605
Right, I have a video ready for it to be played on start up of my iphone App. How can I get this implemented into my Xcode project?
I would like it to load as soon as the app is loaded, and the after it is played, to follow onto the correct view controller where the main bulk of my programming is.
Upvotes: 3
Views: 1164
Reputation: 5699
It's not clear which part you have trouble with:
The issue is that you'll see your window's content until the video is loaded, one possible workaround:
Upvotes: 8