UIAdaptivePresentationControllerDelegate.GetViewControllerForAdaptivePresentation 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.
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
- controller
- UIPresentationController
- style
- UIModalPresentationStyle
Returns
- Attributes