UIApplication.SetStatusBarOrientation(UIInterfaceOrientation, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將狀態列設定為 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
如果轉換應該是立即的,則為 ,而不需任何動畫。
- 屬性
備註
如果應用程式預期會自動處理旋轉,則不應該使用這個方法。 呼叫此方法之後,狀態列將不會自動變更以回應輪替。