次の方法で共有


UIPresentationController.AdaptivePresentationStyle メソッド

定義

オーバーロード

AdaptivePresentationStyle()

アプリのサイズが変更されたときに使用するプレゼンテーション スタイルを取得します。

AdaptivePresentationStyle(UITraitCollection)

UIModalPresentationStyle に関連付けられている を取得します。

AdaptivePresentationStyle()

アプリのサイズが変更されたときに使用するプレゼンテーション スタイルを取得します。

[Foundation.Export("adaptivePresentationStyle")]
public virtual UIKit.UIModalPresentationStyle AdaptivePresentationStyle ();
abstract member AdaptivePresentationStyle : unit -> UIKit.UIModalPresentationStyle
override this.AdaptivePresentationStyle : unit -> UIKit.UIModalPresentationStyle

戻り値

属性

適用対象

AdaptivePresentationStyle(UITraitCollection)

UIModalPresentationStyle に関連付けられている を取得します。

[Foundation.Export("adaptivePresentationStyleForTraitCollection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIModalPresentationStyle AdaptivePresentationStyle (UIKit.UITraitCollection traitCollection);
abstract member AdaptivePresentationStyle : UIKit.UITraitCollection -> UIKit.UIModalPresentationStyle
override this.AdaptivePresentationStyle : UIKit.UITraitCollection -> UIKit.UIModalPresentationStyle

パラメーター

traitCollection
UITraitCollection

戻り値

属性

適用対象