UIKit.UIViewController.ShouldAutomaticallyForwardRotationMethods Property
Whether rotation methods should be forwarded to child UIKit.UIViewControllers.

Syntax

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

Value

The default value is true.

Remarks

Application developers who override this member and set it to false are responsible for controlling their child UIKit.UIViewControllers rotation-related methods. Application developers should call their child UIKit.UIViewController’s UIViewController.WillRotate, UIViewController.WillAnimateRotation, and UIViewController.DidRotate.

Requirements

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