How to create an animated Intro View in iOS

I will explain, how to create an animation, when you Default image comes to front with dissolving.

To create an animated Intro View in iOS App, which has a TabBarController you may do the following:

    1. Create an Intro View Controller, which has one UIImageView with your Default.png.
    2. Add the following to your application didFinishLaunchingWithOptions method
    3. Add the following method to your IntroViewController:

    Explanation:
    After app loads, Intro View Controller is diplayed. Then, when it’s view appears, it’s UIImageView’s frame is trippled in size and it’s origin is moved to top left. Also the transparency is changed to 100%. After animation finishes, your tab bar controller is displayed.

Leave a Reply

Your email address will not be published. Required fields are marked *