I am using a UINavigationController.
Lets say I have these stacks
VC1 -> VC2 -> VC3
VC1 -> VC3
VC1 -> VC2 -> VC4 -> VC3
In all cases, how can I dismiss all VC's below VC3 when it is the current view controller.
VC3 is connected to a TabBarController if this make a difference.