Passing data while dismissing a view
问题 I'm working on an app with two different views which can modally present a "settings" viewController with a tableView embedded in it. To pass the data from the embedded tableView to the first two views I would have to use prepareForSegue in each view transition (to my understanding). However, when I'm in the Settings view and tap on "Done" I want to go back to the view I was before. In order to do this one would have to dismiss the view as far as I know. Can I pass data from one view to