I have 3 view controllers in storyboard. VC1 is connected to VC2 via segue and VC3 is connected to VC2 via the same. The segues are implemented in IBAction button clicks with "self.performSegueWithIdentifier". VC2 and VC3 have translucent backgrounds and are presented modally and over current context.
I am trying to figure out how to remove the VC1 from the stack of views once VC3 is presented. I don't have any complicated code. Please see the link for an image that further explains the problem.