UIKit.UIView.BeginAnimations Method
Indicates the beginning of an animation block

Syntax

[Foundation.Export("beginAnimations:context:")]
public static void BeginAnimations (string animationID, IntPtr context)

Parameters

animationID

The animation identifier.

This parameter can be null.

context
A handle to custom data that provides context for the animation.

Remarks

Application developers should prefer to use the more compact syntax of the UIView.Animate method.

If no native data is being used for context, application developers should specify context as IntPtr.Zero.

Requirements

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