UIViewController.ChildViewControllerForStatusBarStyle Method

Definition

When overridden, returns the UIViewController that determines the style of the status bar.

[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

Returns

The child view controller that determines the status bar style should be used

Attributes

Applies to