SCStackViewController
SCStackViewController copied to clipboard
Ability to animate update the root view controller...
Is possible to be able to animate update the root view controller? i.e I'm x way down the navigation stack and then want to animate the entire stack to a different root view controller to what is currently the root vc.
It's not really possible at the moment, but I will happily accept a pull request for it. The other option would be to create your own container view controller and use that as a root.