UIViewControllerTransitionCoordinatorContext_Extensions.GetTransitionViewController 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.
Gets the view associated with a transition.
public static UIKit.UIView GetTransitionViewController(this UIKit.IUIViewControllerTransitionCoordinatorContext This, UIKit.UITransitionViewControllerKind kind);
public static UIKit.UIView? GetTransitionViewController(this UIKit.IUIViewControllerTransitionCoordinatorContext This, UIKit.UITransitionViewControllerKind kind);
static member GetTransitionViewController : UIKit.IUIViewControllerTransitionCoordinatorContext * UIKit.UITransitionViewControllerKind -> UIKit.UIView
Parameters
The transition coordinator context.
The kind of transition view to retrieve.
Returns
The transition UIView, or null if kind is not recognized.