---
title: to
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uitransitioncontextviewcontrollerkey/to
---

# to

A key that identifies the view controller that’s visible at the end of a completed transition.

## Declaration

```swift
static let to: UITransitionContextViewControllerKey
```

## Discussion

Discussion This view controller is the one being presented.

## See Also

### Keys

- [from](uikit/uitransitioncontextviewcontrollerkey/from.md)
