Share via


UIViewImplicitlyAnimating_Extensions.AddAnimations Method

Definition

Overloads

Name Description
AddAnimations(IUIViewImplicitlyAnimating, Action)

Appends the specified animationAction to the callback list.

AddAnimations(IUIViewImplicitlyAnimating, Action, NFloat)

Appends the specified animationAction to the callback list.

AddAnimations(IUIViewImplicitlyAnimating, Action)

Appends the specified animationAction to the callback list.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void AddAnimations(this UIKit.IUIViewImplicitlyAnimating This, Action animation);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AddAnimations : UIKit.IUIViewImplicitlyAnimating * Action -> unit

Parameters

animation
Action
Attributes

Applies to

AddAnimations(IUIViewImplicitlyAnimating, Action, NFloat)

Appends the specified animationAction to the callback list.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void AddAnimations(this UIKit.IUIViewImplicitlyAnimating This, Action animation, System.Runtime.InteropServices.NFloat delayFactor);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AddAnimations : UIKit.IUIViewImplicitlyAnimating * Action * System.Runtime.InteropServices.NFloat -> unit

Parameters

animation
Action
delayFactor
NFloat
Attributes

Applies to