Share via


IUIViewControllerTransitionCoordinator.AnimateAlongsideTransition Method

Definition

Runs the animate animation simultaneously with the animated view controller transition, and runs completion when it is finished.

[Foundation.Export("animateAlongsideTransition:completion:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool AnimateAlongsideTransition(Action<UIKit.IUIViewControllerTransitionCoordinatorContext> animate, Action<UIKit.IUIViewControllerTransitionCoordinatorContext>? completion);
[<Foundation.Export("animateAlongsideTransition:completion:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AnimateAlongsideTransition : Action<UIKit.IUIViewControllerTransitionCoordinatorContext> * Action<UIKit.IUIViewControllerTransitionCoordinatorContext> -> bool
override this.AnimateAlongsideTransition : Action<UIKit.IUIViewControllerTransitionCoordinatorContext> * Action<UIKit.IUIViewControllerTransitionCoordinatorContext> -> bool

Parameters

Returns

Attributes

Applies to