---
title: destination
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uistoryboardsegue/destination
---

# destination

The destination view controller for the segue.

## Declaration

```swift
var destination: UIViewController { get }
```

## Discussion

Discussion This property contains the view controller whose contents should be displayed at the end of the segue.

## See Also

### Accessing the segue attributes

- [source](uikit/uistoryboardsegue/source.md)
- [identifier](uikit/uistoryboardsegue/identifier.md)
