---
title: transform
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidynamicitem/transform
---

# transform

The rotation of the dynamic item.

## Declaration

```swift
var transform: CGAffineTransform { get set }
```

## Discussion

Discussion UIKit Dynamics makes use only of the rotation value in this property. The dynamic animator (that the item is associated with) calls this method when it has computed a new rotation value for the item.

## See Also

### Participating in dynamic animation

- [bounds](uikit/uidynamicitem/bounds.md)
- [center](uikit/uidynamicitem/center.md)
- [collisionBoundsType](uikit/uidynamicitem/collisionboundstype.md)
- [collisionBoundingPath](uikit/uidynamicitem/collisionboundingpath.md)
