---
title: transform
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/manipulable/event/value-swift.struct/transform
---

# transform

The 3D affine transform of the manipulated view, or nil if the view doesn’t have a well-defined 3D affine transfrorm.

## Declaration

```swift
let transform: AffineTransform3D?
```

## Discussion

Discussion A view may not have a well-defined 3D affine transform e.g. when it’s affected by a projection transform. This transform is in the coordinate space configured in the view modifier.
