UIView.SetAnimationStartDate(NSDate) Method

Definition

Specifies when the animation should begin.

[Foundation.Export("setAnimationStartDate:")]
public static void SetAnimationStartDate (Foundation.NSDate startDate);
static member SetAnimationStartDate : Foundation.NSDate -> unit

Parameters

startDate
NSDate

Start time defined to begin the animations.

Attributes

Remarks

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

Applies to