UIViewController.ProvidesPresentationContextTransitionStyle プロパティ

定義

true これにより UIViewController 、表示される の切り替えスタイル UIViewController がオーバーライドされる場合は 。

public virtual bool ProvidesPresentationContextTransitionStyle { [Foundation.Export("providesPresentationContextTransitionStyle")] get; [Foundation.Export("setProvidesPresentationContextTransitionStyle:")] set; }
member this.ProvidesPresentationContextTransitionStyle : bool with get, set

プロパティ値

既定値は false

属性

注釈

既定値のままに false した場合、表示される の遷移スタイルは、提示された UIViewControllerUIViewControllerModalTransitionStyle プロパティによって決まります。 この ProvidesPresentationContextTransitionStyle プロパティが に true設定されている場合、画面切り替えスタイルは、表示される UIViewControllerModalTransitionStyle プロパティによって決定されます。

適用対象