UIViewControllerTransitioningDelegate_Extensions.GetAnimationControllerForPresentedController 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.
Returns the animation controller that is used when presenting
presents presented
.
public static UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForPresentedController (this UIKit.IUIViewControllerTransitioningDelegate This, UIKit.UIViewController presented, UIKit.UIViewController presenting, UIKit.UIViewController source);
static member GetAnimationControllerForPresentedController : UIKit.IUIViewControllerTransitioningDelegate * UIKit.UIViewController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning
Parameters
The instance on which this extension method operates.
- presented
- UIViewController
- presenting
- UIViewController
- source
- UIViewController