UIViewController.RotatingHeaderView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The header view that needs to be transitioned during an interface rotation.
[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
Property Value
The default value is the navigation bar if one exists, otherwise null
.
- Attributes
Remarks
Subtypes of UIViewController that define their own header view should override this if they support rotation.
UIViewControllers that contain a navigation bar should return the navigation bar UIView from this method.
Applies to
See also
- <xref:UIKit.UIViewController.WillAnimateRotation>
- RotatingFooterView