I have 3 ViewControllers
which segue operations is prepared more or less like this:
A --editview-> B ---showEdited->C
Where A
is for list of objects B
is for edit certain object and C
is for showing edited object. At this moment when user is getting into C
and trying to go back he is landing in edit state B
instead of a list.
Is it possible to close segue while performing to the new one? so that user will be back from C
to A
?