Compartilhar via


UIViewController.DefinesPresentationContext Propriedade

Definição

Especifica se este UIViewControlleré View mostrado ao apresentar outro UIViewController.

public virtual bool DefinesPresentationContext { [Foundation.Export("definesPresentationContext")] get; [Foundation.Export("setDefinesPresentationContext:")] set; }
member this.DefinesPresentationContext : bool with get, set

Valor da propriedade

O padrão é false.

Atributos

Comentários

Quando um aplicativo apresenta uma exibição (ou seja, usando PresentViewController(UIViewController, Boolean, Action), PresentModalViewController(UIViewController, Boolean)ou PresentMoviePlayerViewController(MPMoviePlayerViewController)), o iOS chama esse método na apresentação UIViewControllerde . Se esse método retornar false, o iOS chamará esse método em ParentViewController. Se não UIViewController na cadeia retornar true, o apresentado UIViewController será apresentado usando o contexto raiz UIViewController .

Aplica-se a