Contents

transform

The rotation of the dynamic item.

Declaration

var transform: CGAffineTransform { get set }

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