I've created three different view controllers in Xcode's storyboard and connected them via a Navigation controller and appropriate segues.
Is there a method which can be invoked in the destination view controller to determine from which view controller the segue was performed?
So I'm looking for the opposite of the "prepareSegue" method. Maybe there is a method like "sourceViewController" or similar....
Thanks you so far!