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
|