What I want to do is:
VC1 -> present VC2 -> push VC3
this is the normal flow I want to make.
after that on back button(on each VC have back button)
I required to show user as moving back:
VC3 -> present VC2 -> VC1
How do I achieve this kind of navigation in Swift 5?