UIKit.UIView.AnimateKeyframesAsync Method
Animates the specified action, in which keyframe animations may be used.

Syntax

public static System.Threading.Tasks.Task<bool> AnimateKeyframesAsync (double duration, double delay, UIViewKeyframeAnimationOptions options, [ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDAction))] Action animations)

Parameters

duration
Duration in seconds for the animation.
delay
Duration in seconds before starting the animation.
options
Designates a mask of options that indicates how the developer wants to perform the animations.
animations
This designates an action object that contains the changes to be committed to the views.

Returns

Boolean indicating whether animations finished before a completion handler was called.

Remarks

Documentation for this section has not yet been entered.

Requirements

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