Share via


UIApplication.SetStatusBarOrientation(UIInterfaceOrientation, Boolean) Method

Definition

[Foundation.Export("setStatusBarOrientation:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetStatusBarOrientation(UIKit.UIInterfaceOrientation orientation, bool animated);
[<Foundation.Export("setStatusBarOrientation:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetStatusBarOrientation : UIKit.UIInterfaceOrientation * bool -> unit
override this.SetStatusBarOrientation : UIKit.UIInterfaceOrientation * bool -> unit

Parameters

animated
Boolean
Attributes

Applies to