IUIViewControllerTransitionCoordinator.AnimateAlongsideTransitionInView Method

Definition

Runs the animate animation inside of view, and runs completion when it is finished.

[Foundation.Export("animateAlongsideTransitionInView:animation:completion:")]
[Foundation.Preserve(Conditional=true)]
public bool AnimateAlongsideTransitionInView (UIKit.UIView view, Action<UIKit.IUIViewControllerTransitionCoordinatorContext> animation, Action<UIKit.IUIViewControllerTransitionCoordinatorContext> completion);
abstract member AnimateAlongsideTransitionInView : UIKit.UIView * Action<UIKit.IUIViewControllerTransitionCoordinatorContext> * Action<UIKit.IUIViewControllerTransitionCoordinatorContext> -> bool

Parameters

view
UIView

Returns

Attributes

Applies to