UIView.SetAnimationCurve(UIViewAnimationCurve) Method

Definition

Sets the animation curve for this animation transaction.

[Foundation.Export("setAnimationCurve:")]
public static void SetAnimationCurve (UIKit.UIViewAnimationCurve curve);
static member SetAnimationCurve : UIKit.UIViewAnimationCurve -> unit

Parameters

curve
UIViewAnimationCurve

A curve used to animate the property changes.

Attributes

Remarks

The use of this method is discouraged. Application developers should prefer to use the UIViewPropertyAnimator class to animate UIViews.

Applies to