---
title: delegate
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidynamicanimator/delegate
---

# delegate

The delegate for responding to pausing or resumption of animation.

## Declaration

```swift
weak var delegate: (any UIDynamicAnimatorDelegate)? { get set }
```

## Discussion

Discussion The methods for a dynamic animator delegate are described in UIDynamicAnimatorDelegate.

## See Also

### Responding to animation changes

- [UIDynamicAnimatorDelegate](uikit/uidynamicanimatordelegate.md)
