UIViewPropertyAnimator.CreateRunningPropertyAnimator Method

Definition

Static factory method to create a UIViewPropertyAnimator that is running.

[Foundation.Export("runningPropertyAnimatorWithDuration:delay:options:animations:completion:")]
public static UIKit.UIViewPropertyAnimator CreateRunningPropertyAnimator (double duration, double delay, UIKit.UIViewAnimationOptions options, Action animations, Action<UIKit.UIViewAnimatingPosition> completion);
static member CreateRunningPropertyAnimator : double * double * UIKit.UIViewAnimationOptions * Action * Action<UIKit.UIViewAnimatingPosition> -> UIKit.UIViewPropertyAnimator

Parameters

duration
Double
delay
Double
animations
Action

To be added.

This parameter can be null.

completion
Action<UIViewAnimatingPosition>

To be added.

This parameter can be null.

Returns

Attributes

Applies to