UIKit.UIViewController.RotatingHeaderView Property
The header view that needs to be transitioned during an interface rotation.

Syntax

[ObjCRuntime.Availability(Deprecated=ObjCRuntime.Platform.iOS_8_0, Message="Starting with iOS 8, you should use Adaptive View Controllers instead")]
[get: Foundation.Export("rotatingHeaderView")]
[get: ObjCRuntime.Availability(Deprecated=ObjCRuntime.Platform.iOS_8_0, Message="Starting with iOS 8, you should use Adaptive View Controllers instead")]
public virtual UIView RotatingHeaderView { get; }

See Also

UIViewController.WillAnimateRotation
UIViewController.RotatingFooterView

Value

The default value is the navigation bar if one exists, otherwise null.

Remarks

Subtypes of UIKit.UIViewController that define their own header view should override this if they support rotation.

UIKit.UIViewControllers that contain a navigation bar should return the navigation bar UIKit.UIView from this method.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0