Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can we add a video instead of launch image in an iOS app?

Tags:

ios

launch

I want to add a short video when my app launches instead of launch image in iOS.

I have tried adding it in the viewDidAppear: method of my initial UIViewController, but still it shows a blank screen before it displays the video.

like image 716
user3481736 Avatar asked Dec 14 '25 01:12

user3481736


1 Answers

You can not add a launch video instead of a launch image, but, your initial view controller can present a launch video which starts from the same image as your default (launch) image...

In any case, you should include the default (launch) image as it is displayed while the app is loading (and thus before the video is ready to be played).

like image 153
Wain Avatar answered Dec 16 '25 19:12

Wain



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!