---
title: targetTransform
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiviewcontrollertransitioncoordinatorcontext/targettransform
---

# targetTransform

Returns a transform indicating the amount of rotation being applied during the transition.

## Declaration

```swift
var targetTransform: CGAffineTransform { get }
```

## Return Value

Return Value An affine transform indicating the amount of rotation being applied to the interface. This transform is the identity transform when no rotation is applied; otherwise, it is a transform that applies a 90 degree, -90 degree, or 180 degree rotation.
