<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIDynamicAnimatorDelegate/dynamicAnimatorWillResume(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIDynamicAnimatorDelegate(im)dynamicAnimatorWillResume:"
  },
  "title" : "dynamicAnimatorWillResume(_:)"
}
-->

# dynamicAnimatorWillResume(_:)

Called when a dynamic animator is about to resume the animations for its behaviors’ associated dynamic items.

```
optional func dynamicAnimatorWillResume(_ animator: UIDynamicAnimator)
```

## Parameters

`animator`

The dynamic animator that is about to resume animation.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)