共用方式為


UIViewController.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)]
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

適用於

另請參閱