UIKit.UIView.Animate Method
Invokes animation changes to one or more views by specifying duration, delay, options, and a completion handler.

Syntax

public static void Animate (double duration, double delay, UIViewAnimationOptions options, Action animation, Action completion)

Parameters

duration
Duration in seconds for the animation.
delay
Delay before the animation begins.
options
Animation options
animation
Code containing the changes that you will apply to your view.
completion
Code that is invoked when the animation completes.

Remarks

This method initiates a set of animations that areto be performed on this view. The action indicated in the animations parameter contains the code for the animation of the properties of one or more views.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0