UIKit.UIViewController.RotatingFooterView Property
The footer 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("rotatingFooterView")]
[get: ObjCRuntime.Availability(Deprecated=ObjCRuntime.Platform.iOS_8_0, Message="Starting with iOS 8, you should use Adaptive View Controllers instead")]
public virtual UIView RotatingFooterView { get; }

See Also

UIViewController.WillAnimateRotation
UIViewController.RotatingHeaderView

Value

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

Remarks

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

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

Requirements

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