Compartilhar via


UISplitViewControllerDelegate.SupportedInterfaceOrientations Método

Definição

Consulta o delegado quanto à especificação das orientações de interface às quais o controlador de exibição dividida dá suporte.

[Foundation.Export("splitViewControllerSupportedInterfaceOrientations:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIInterfaceOrientationMask SupportedInterfaceOrientations (UIKit.UISplitViewController splitViewController);
abstract member SupportedInterfaceOrientations : UIKit.UISplitViewController -> UIKit.UIInterfaceOrientationMask
override this.SupportedInterfaceOrientations : UIKit.UISplitViewController -> UIKit.UIInterfaceOrientationMask

Parâmetros

splitViewController
UISplitViewController

O controlador de exibição dividida.

Retornos

Retorna as orientações solicitadas para que o controlador de exibição divisão especificado dê suporte.

Atributos

Aplica-se a