Compartir a través de


UISplitViewControllerDelegate.GetPreferredInterfaceOrientationForPresentation Método

Definición

Solicita al delegado una orientación que se va a usar al presentar el controlador de vista dividida.

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

Parámetros

splitViewController
UISplitViewController

Designa el controlador de vista dividida que se mostrará en pantalla.

Devoluciones

Devuelve la orientación que se usará cuando se muestre primero el controlador de vista dividida.

Atributos

Se aplica a