Is it possible to dismiss 2 viewControllers efficiently?
I currently have 3 (or more) viewControllers.
View1 > presents View2 , View2 > presents View3, etc.. then when an action is triggered in View3 (or 4,5..), I need to return to the View1.
How is this done without creating a new View1 object?
Can i dissmis for example view2 in the same time when presenting view3?