how to make a animated splash screen like below image in iOS 9.3.
You can not add animation in splash screen but you can produce same result by creating your view controller with following two option
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.