---
title: transform3D
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiview/transform3d
---

# transform3D

The three-dimensional transform to apply to the view.

## Declaration

```swift
var transform3D: CATransform3D { get set }
```

## Discussion

Discussion The default value of this property is CATransform3DIdentity.

## See Also

### Configuring the bounds and frame rectangles

- [frame](uikit/uiview/frame.md)
- [bounds](uikit/uiview/bounds.md)
- [center](uikit/uiview/center.md)
- [transform](uikit/uiview/transform.md)
- [anchorPoint](uikit/uiview/anchorpoint.md)
