Backward segues or Action button segues?

What is the difference between performing a “backwards” segue directly in the storyboard, or hooking up buttons to action methods such as the done and cancel buttons?

Is one method better then the other?

thanks,

Kathe

With an unwind segue the storyboard does some of the work for you, plus you can go back further than a single view controller with very little work. Other than that, there really isn’t much difference.

1 Like