If I have some flow of my application like this..
navigation(vc1) --pushed--> vc2 --present--> navigation(vc3) --push--> vc4 --push--> vc5
how to dismiss to vc2 ?
If I have some flow of my application like this..
navigation(vc1) --pushed--> vc2 --present--> navigation(vc3) --push--> vc4 --push--> vc5
how to dismiss to vc2 ?
Copyright © 2021 Jogjafile Inc.
You can use
popToViewController
:Basic setup:
Then pop to
vc2
(which is at index1
in the array):