Quote:
Originally Posted by stevbl01
I want to add a video right after my default image goes away. Would I use the viewdidload function for this or applicationDidFinishLaunching? Also after the video is done I want it to go to my main view. Would the main view be called in applicationDidFinishLaunching?
so basically when the app icon is pressed
-default image switches to video
-video plays then switches to
-main view
|
-default image switches to video > in viewDidLoad method, call play video.
-video plays then switches to > video delegate method tell finished, then call display main view.