Is there any way to have a Transition/animation effect while replacing an existing viewcontroller as rootviewcontroller with a new one in the appDelegate?
Is there any way to have a Transition/animation effect while replacing an existing viewcontroller
Share
You can wrap the switching of the
rootViewControllerin a transition animation block: