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 ,则呈现 UIViewController 的 的转换样式由呈现 UIViewController的 的 ModalTransitionStyle 属性决定。 如果此属性 ProvidesPresentationContextTransitionStyle 设置为 true,则切换样式由呈现 UIViewControllerModalTransitionStyle 属性决定。

适用于