UIViewController.DefinesPresentationContext 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定在显示另一个 UIViewController时是否显示此 UIViewControllerView 的 。
public virtual bool DefinesPresentationContext { [Foundation.Export("definesPresentationContext")] get; [Foundation.Export("setDefinesPresentationContext:")] set; }
member this.DefinesPresentationContext : bool with get, set
属性值
默认为 false
。
- 属性
注解
当应用程序 ((即使用 PresentViewController(UIViewController, Boolean, Action)、 PresentModalViewController(UIViewController, Boolean)或 PresentMoviePlayerViewController(MPMoviePlayerViewController)) )显示视图时,iOS 对呈现 UIViewController调用此方法。 如果此方法返回 false
,iOS 将在 上 ParentViewController调用此方法。 如果链中没有UIViewController返回 true
,则使用根UIViewController上下文呈现所呈现UIViewController的 。