Compartilhar via


UIViewController.PreferredInterfaceOrientationForPresentation Método

Definição

A orientação que melhor exibe o conteúdo deste UIViewController.

[Foundation.Export("preferredInterfaceOrientationForPresentation")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIInterfaceOrientation PreferredInterfaceOrientationForPresentation ();
abstract member PreferredInterfaceOrientationForPresentation : unit -> UIKit.UIInterfaceOrientation
override this.PreferredInterfaceOrientationForPresentation : unit -> UIKit.UIInterfaceOrientation

Retornos

O valor padrão é a primeira entrada na lista "Orientações de interface com suporte" em Info.plist ou, em um aplicativo já em execução, a orientação atual da barra de status.

Atributos

Comentários

Se um aplicativo der suporte a mais de uma orientação, o sistema usará essa orientação ao apresentar o UIViewController em tela inteira pela primeira vez. O desenvolvedor do aplicativo deve definir isso como o UIInterfaceOrientation que melhor exibe a exibição de conteúdo.

Aplica-se a