how to add animation to launch screen in iOS 9.3 using Objective c

后端 未结 5 1314
旧时难觅i
旧时难觅i 2020-11-30 00:51

how to make a animated splash screen like below image in iOS 9.3.

\"enter

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 01:21

    You can not add animation in splash screen but you can produce same result by creating your view controller with following two option

    1. Add a gif image on view controller or
    2. Add a video in view controller

    Then when app launch, App static splash screen will show and navigate to custom view controller where animation will show either a gif or video. When video complete you will navigate to app landing screen.

提交回复
热议问题