Passing data with unwind segue

Øyvind Hauge beat me to the same solution method, but as I had already started with a more detailed answer, I’ll add it as well. Let’s say your two view controllers are named as follows: Master/entry point: ViewController (vcA) Secondary view: ViewControllerB (vcB) You set up the segue from (vcA) -> (vcB) as you have … Read more