I have 3 ViewControllers
, VC1, VC2 and VC3. VC1 and 2 is using navigation Controller bars with a back button. VC3 is using a segue
back to VC2.
When I segue
back from VC3 to VC2, the "back"-button on the navbar takes me back to VC3 and not VC1. So I'm stuck in that loop and I wonder how to break off and make it so that the "back"-button takes me where it is supposed to, to VC1.