Edit

Share via


UIView.SetAnimationRepeatAutoreverses(Boolean) Method

Definition

Sets whether this animation transaction will automatically reverse when it completes.

C#
[Foundation.Export("setAnimationRepeatAutoreverses:")]
public static void SetAnimationRepeatAutoreverses(bool repeatAutoreverses);

Parameters

repeatAutoreverses
Boolean

True if this animation should autoreverse when it completes.

Attributes

Remarks

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

Applies to

Product Versions
Xamarin iOS SDK 12