Freigeben über


UIViewController.ChildViewControllerForStatusBarStyle Methode

Definition

Gibt beim Überschreiben den UIViewController zurück, der den Stil der Statusleiste bestimmt.

[Foundation.Export("childViewControllerForStatusBarStyle")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIViewController ChildViewControllerForStatusBarStyle ();
abstract member ChildViewControllerForStatusBarStyle : unit -> UIKit.UIViewController
override this.ChildViewControllerForStatusBarStyle : unit -> UIKit.UIViewController

Gibt zurück

Der untergeordnete Ansichtscontroller, der die Statusleistenart bestimmt, sollte verwendet werden.

Attribute

Gilt für: