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 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
- completion
- Action<IUIViewControllerTransitionCoordinatorContext>
Returns
- Attributes