---
title: unwindAction
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uistoryboardunwindseguesource/unwindaction
---

# unwindAction

The action method associated with the unwind segue.

## Declaration

```swift
var unwindAction: Selector { get }
```

## Discussion

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

- [source](uikit/uistoryboardunwindseguesource/source.md)
- [sender](uikit/uistoryboardunwindseguesource/sender.md)
