Ios swift – How to fade up initial root view controller to reveal new background root view controller
I have 2 root view controllers that I need to animate (slide up/fade) between. When I press a button on viewControllerA, viewControllerB should load itself in the background and set itself as the root view controller. When that is ready,…