In the Diagram above, I have 2 different view controllers that segue to the same "Detail View Controller". I have set them both up with unwind methods following the tutorial by apple it shows how to achieve what I wanted with only one view controller connected to it. https://developer.apple.com/library/content/referencelibrary/GettingStarted/DevelopiOSAppsSwift
However, I wanted to take things a step further and see if I could do it with 2 that would point to the same VC.
As of right now I have 2 VC's with unwindTo methods. I have control dragged the save button onto the exit button in VC and selected both unwind Methods