UIViewController.RotatingHeaderView 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
需要在介面旋轉期間轉換的標頭檢視。
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use Adaptive View Controllers instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIView RotatingHeaderView { [Foundation.Export("rotatingHeaderView")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use Adaptive View Controllers instead.")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.RotatingHeaderView : UIKit.UIView
屬性值
如果存在,則預設值為導覽列,否則 null
為 。
- 屬性
備註
如果子類型 UIViewController 支援輪替,則定義自己的標頭檢視應該覆寫此類型。
UIViewController包含導覽列的 ,應該從這個方法傳回導覽列 UIView 。
適用於
另請參閱
- <xref:UIKit.UIViewController.WillAnimateRotation>
- RotatingFooterView