Freigeben über


UIViewController.AutomaticallyForwardAppearanceAndRotationMethodsToChildViewControllers Eigenschaft

Definition

Bestimmt, ob die Einschlussereignisse automatisch auf geschachtelte Ansichtscontroller festgelegt werden.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AutomaticallyForwardAppearanceAndRotationMethodsToChildViewControllers { [Foundation.Export("automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.AutomaticallyForwardAppearanceAndRotationMethodsToChildViewControllers : bool

Eigenschaftswert

Der Standardwert ist true.

Attribute

Hinweise

Diese Methode ist veraltet, und Anwendungsentwickler sollten stattdessen und ShouldAutomaticallyForwardRotationMethodsverwendenShouldAutomaticallyForwardAppearanceMethods.

Standardmäßig ist truediese Einstellung , und UIKit ruft automatisch die folgenden Methoden auf den geschachtelten Ansichtscontrollern auf: ViewWillAppear(Boolean), ViewDidAppear(Boolean), ViewWillDisappear(Boolean), WillRotate(UIInterfaceOrientation, Double)ViewDidDisappear(Boolean), WillAnimateRotation(UIInterfaceOrientation, Double) und DidRotate(UIInterfaceOrientation).

Wenn dieser Wert auf falsefestgelegt ist, ist Ihr Ansichtscontroller dafür verantwortlich, diese Ereignisse an die geschachtelten Ansichtscontroller weiterzuleiten.

Gilt für: