Smooth transition from launch image to main view

前端 未结 4 1263
伪装坚强ぢ
伪装坚强ぢ 2020-12-13 22:40

Is it possible to implement a smooth transition when the app loads, from the launch image to the first view?

The default behavior is on/off, with an immediate change

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 23:19

    We often use something called "splashView" to do this. It was written by Shannon Applecline and available under the CC license. You will have to do some Googling to find it.

    //
    //  splashView.h
    //  version 1.1
    //
    //  Created by Shannon Appelcline on 5/22/09.
    //  Copyright 2009 Skotos Tech Inc.
    //
    //  Licensed Under Creative Commons Attribution 3.0:
    //  http://creativecommons.org/licenses/by/3.0/
    //  You may freely use this class, provided that you maintain these attribute comments
    //
    //  Visit our iPhone blog: http://iphoneinaction.manning.com
    //
    

提交回复
热议问题