As you know, in IOS7.0+, LaunchScreen can be replaced with a UIView
. But if i want to have an animation on the UIView, I cannot figure out how much time i have to execute the animation on this UIView
cause i don't know how much time it takes to load my rootViewController.
Or i can only have a still frame on the LaunchScreen UIView
and execute the animation on my rootViewController?
Do you guys have any experience on this problem?