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ナビゲーション バーを含む s は、このメソッドからナビゲーション バー UIView を返す必要があります。

適用対象

こちらもご覧ください