IUIViewControllerTransitionCoordinator.AnimateAlongsideTransitionInView 方法

定义

animateview运行动画,并在完成后运行 completion

[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

参数

view
UIView

返回

属性

适用于