UIViewController.RotatingFooterView Property

Definition

The footer 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 RotatingFooterView { [Foundation.Export("rotatingFooterView")] [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.RotatingFooterView : UIKit.UIView

Property Value

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

Attributes

Remarks

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

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

Applies to

See also