UIAdaptivePresentationControllerDelegate.GetViewControllerForAdaptivePresentation Method

Definition

The view controller to use for the specified style.

[Foundation.Export("presentationController:viewControllerForAdaptivePresentationStyle:")]
public virtual UIKit.UIViewController GetViewControllerForAdaptivePresentation (UIKit.UIPresentationController controller, UIKit.UIModalPresentationStyle style);
abstract member GetViewControllerForAdaptivePresentation : UIKit.UIPresentationController * UIKit.UIModalPresentationStyle -> UIKit.UIViewController
override this.GetViewControllerForAdaptivePresentation : UIKit.UIPresentationController * UIKit.UIModalPresentationStyle -> UIKit.UIViewController

Parameters

Returns

Attributes

Applies to