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

# from

A key that identifies the view shown at the beginning of the transition, or at the end of a canceled transition.

## Declaration

```swift
static let from: UITransitionContextViewKey
```

## Discussion

Discussion This view is typically the presenting view controller’s view.

## See Also

### Keys

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