UIApplication.SetStatusBarOrientation(UIInterfaceOrientation, Boolean) 方法

定义

将状态栏设置为 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

参数

orientation
UIInterfaceOrientation

状态栏的特定方向。

animated
Boolean

true 如果过渡到新方向应进行动画处理,则为 ; false 如果转换应是即时的,则不带任何动画。

属性

注解

如果应用程序应自动处理旋转,则不应使用此方法。 调用此方法后,状态栏不会自动更改以响应轮换。

适用于