Unwind segue from navigation bar back button

73 views Asked by At

I am trying to update a view's data on one view controller enclosed inside a stack view after hitting the navigation button back to it from another view controller. I have seen other threads describing how to check if the back button had been pressed, however I'm not sure how I'm supposed to pass the data into the parent controller.

Here's a graphical representation: view 1 into view 2 back into view 1

0

There are 0 answers