Compartir a través de


UIApplication.SetStatusBarOrientation(UIInterfaceOrientation, Boolean) Método

Definición

Establece la barra de estado en orientation.

[Foundation.Export("setStatusBarOrientation:animated:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public virtual void SetStatusBarOrientation (UIKit.UIInterfaceOrientation orientation, bool animated);
abstract member SetStatusBarOrientation : UIKit.UIInterfaceOrientation * bool -> unit
override this.SetStatusBarOrientation : UIKit.UIInterfaceOrientation * bool -> unit

Parámetros

orientation
UIInterfaceOrientation

Orientación específica de la barra de estado.

animated
Boolean

true si se debe animar la transición a la nueva orientación; false si la transición debe ser inmediata, sin ninguna animación.

Atributos

Comentarios

Este método no se debe usar si se espera que la aplicación controle la rotación automáticamente. Una vez que se llama a este método, la barra de estado no cambiará automáticamente en respuesta a la rotación.

Se aplica a