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