RnDity / NavigationFlowCoordinator

Basic implementation of coordinators pattern helping to deal with UINavigationController based flow.
MIT License
6 stars 4 forks source link

Cannot present new ViewController on presented ViewController #18

Open piotrczurak opened 6 years ago

piotrczurak commented 6 years ago

Presenting new ViewController by NavigationFlowCoordinator present(viewController:animated:completion:) fails when current ViewController is being presented.