UIDynamicAnimatorDelegate.WillResume(UIDynamicAnimator) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that animation is about to resume.
[Foundation.Export("dynamicAnimatorWillResume:")]
public abstract void WillResume (UIKit.UIDynamicAnimator animator);
abstract member WillResume : UIKit.UIDynamicAnimator -> unit
Parameters
- animator
- UIDynamicAnimator
Implements
- Attributes