Freigeben über


UIViewController.ShouldAutomaticallyForwardAppearanceMethods Eigenschaft

Definition

Gibt an, ob Darstellungsmethoden an untergeordnete UIViewControllerElemente weitergeleitet werden sollen.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldAutomaticallyForwardAppearanceMethods { [Foundation.Export("shouldAutomaticallyForwardAppearanceMethods")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ShouldAutomaticallyForwardAppearanceMethods : bool

Eigenschaftswert

Der Standardwert ist true.

Attribute

Hinweise

Anwendungsentwickler, die dieses Element überschreiben und auf false festlegen, sind für die Steuerung der Darstellung ihrer untergeordneten UIViewElemente UIViewControllerverantwortlich. Anwendungsentwickler sollten die Methoden ihrer untergeordneten UIViewControllerBeginAppearanceTransition(Boolean, Boolean) Elemente und EndAppearanceTransition() nach Bedarf aufrufen.

Gilt für:

Weitere Informationen