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.Preserve(Conditional=true)]
public bool AnimateAlongsideTransition (Action<UIKit.IUIViewControllerTransitionCoordinatorContext> animate, Action<UIKit.IUIViewControllerTransitionCoordinatorContext> completion);
abstract member AnimateAlongsideTransition : Action<UIKit.IUIViewControllerTransitionCoordinatorContext> * Action<UIKit.IUIViewControllerTransitionCoordinatorContext> -> bool

Parameters

Returns

Attributes

Applies to