Share via


UIPresentationController.AdaptivePresentationStyle Method

Definition

Overloads

AdaptivePresentationStyle()

[Foundation.Export("adaptivePresentationStyle")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIModalPresentationStyle AdaptivePresentationStyle();
[<Foundation.Export("adaptivePresentationStyle")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AdaptivePresentationStyle : unit -> UIKit.UIModalPresentationStyle
override this.AdaptivePresentationStyle : unit -> UIKit.UIModalPresentationStyle

Returns

Attributes

Applies to

AdaptivePresentationStyle(UITraitCollection)

[Foundation.Export("adaptivePresentationStyleForTraitCollection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIModalPresentationStyle AdaptivePresentationStyle(UIKit.UITraitCollection traitCollection);
[<Foundation.Export("adaptivePresentationStyleForTraitCollection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AdaptivePresentationStyle : UIKit.UITraitCollection -> UIKit.UIModalPresentationStyle
override this.AdaptivePresentationStyle : UIKit.UITraitCollection -> UIKit.UIModalPresentationStyle

Parameters

traitCollection
UITraitCollection

Returns

Attributes

Applies to