UIKit.UIViewController.ShouldAutomaticallyForwardAppearanceMethods Property
Whether appearance methods should be forwarded to child UIKit.UIViewControllers.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
[get: Foundation.Export("shouldAutomaticallyForwardAppearanceMethods")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual bool ShouldAutomaticallyForwardAppearanceMethods { get; }

See Also

UIViewController.ChildViewControllers

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.UIViewController’s UIKit.UIViews appearance. Application developers should call their child UIKit.UIViewController’s UIViewController.BeginAppearanceTransition and UIViewController.EndAppearanceTransition methods as appropriate.

Requirements

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