IUIViewControllerTransitionCoordinator.AnimateAlongsideTransitionInView Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Führt die animate
Animation in aus view
und wird ausgeführt completion
, wenn sie fertig ist.
[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
Parameter
- view
- UIView
- completion
- Action<IUIViewControllerTransitionCoordinatorContext>
Gibt zurück
- Attribute