UIAdaptivePresentationControllerDelegate.PrepareAdaptivePresentationController 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.
[Foundation.Export("presentationController:prepareAdaptivePresentationController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PrepareAdaptivePresentationController(UIKit.UIPresentationController presentationController, UIKit.UIPresentationController adaptivePresentationController);
[<Foundation.Export("presentationController:prepareAdaptivePresentationController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PrepareAdaptivePresentationController : UIKit.UIPresentationController * UIKit.UIPresentationController -> unit
override this.PrepareAdaptivePresentationController : UIKit.UIPresentationController * UIKit.UIPresentationController -> unit
Parameters
- presentationController
- UIPresentationController
- adaptivePresentationController
- UIPresentationController
Implements
- Attributes