Condividi tramite


UIApplication.SetStatusBarOrientation(UIInterfaceOrientation, Boolean) Metodo

Definizione

Imposta la barra di stato su 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

Parametri

orientation
UIInterfaceOrientation

Orientamento specifico per la barra di stato.

animated
Boolean

true se la transizione al nuovo orientamento deve essere animata; false se la transizione deve essere immediata, senza alcuna animazione.

Attributi

Commenti

Questo metodo non deve essere usato se l'applicazione deve gestire automaticamente la rotazione. Una volta chiamato questo metodo, la barra di stato non cambierà automaticamente in risposta alla rotazione.

Si applica a