IUIViewControllerTransitionCoordinator.AnimateAlongsideTransitionInView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runs the animation animation inside of view, and runs completion when it is finished.
[Foundation.Export("animateAlongsideTransitionInView:animation:completion:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool AnimateAlongsideTransitionInView(UIKit.UIView view, Action<UIKit.IUIViewControllerTransitionCoordinatorContext> animation, Action<UIKit.IUIViewControllerTransitionCoordinatorContext>? completion);
[<Foundation.Export("animateAlongsideTransitionInView:animation:completion:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AnimateAlongsideTransitionInView : UIKit.UIView * Action<UIKit.IUIViewControllerTransitionCoordinatorContext> * Action<UIKit.IUIViewControllerTransitionCoordinatorContext> -> bool
override this.AnimateAlongsideTransitionInView : UIKit.UIView * Action<UIKit.IUIViewControllerTransitionCoordinatorContext> * Action<UIKit.IUIViewControllerTransitionCoordinatorContext> -> bool
Parameters
- view
- UIView
- completion
- Action<IUIViewControllerTransitionCoordinatorContext>
Returns
- Attributes