UISplitViewControllerDelegate.GetPreferredInterfaceOrientationForPresentation Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Solicita ao delegado uma orientação a ser usada ao apresentar o controlador de exibição 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 o controlador de exibição dividida que será apresentado na tela.
Retornos
Retorna a orientação que será usada quando o controlador de exibição dividida for exibido pela primeira vez.
- Atributos