I currently have a tableViewController that is being populated with data sent from the previous viewController with prepareForSegue. I'm now trying to send the data back based on the cell that the user selects so that I can save the item the user selected.
I figure that the best way to go about this is to use an unwindSegue, but I am unsure how best to implement it. Can someone point me in the right direction?