UIView.SetAnimationRepeatCount(Single) Method

Definition

Sets the repeat count for this animation transaction.

[Foundation.Export("setAnimationRepeatCount:")]
public static void SetAnimationRepeatCount (float repeatCount);
static member SetAnimationRepeatCount : single -> unit

Parameters

repeatCount
Single

The repeat count for this transaction.

Attributes

Remarks

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

Applies to