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

# to

A key that identifies the view shown at the end of a completed transition.

## Declaration

```swift
static let to: UITransitionContextViewKey
```

## Discussion

Discussion This view is typically the presented view controller’s view but may also be an ancestor of that view.

## See Also

### Keys

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