Contents

unwindAction

The action method associated with the unwind segue.

Declaration

var unwindAction: Selector { get }

Discussion

Each unwind segue has an associated action method. The view controller that’s the destination of the unwind segue must implement this action method.

See Also

Getting the unwind segue attributes