---
title: perspectiveTransform
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifocusmovementhint/perspectivetransform
---

# perspectiveTransform

A 3D transform that represents a perspective matrix to be applied to match UIKit interaction hinting.

## Declaration

```swift
var perspectiveTransform: CATransform3D { get }
```

## See Also

### Transforming a hint

- [interactionTransform](uikit/uifocusmovementhint/interactiontransform.md)
- [rotation](uikit/uifocusmovementhint/rotation.md)
- [translation](uikit/uifocusmovementhint/translation.md)
