UIViewController.ChildViewControllerForStatusBarStyle 方法

定义

重写时,返回确定状态栏样式的 UIViewController。

[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

返回

确定应使用状态栏样式的子视图控制器

属性

适用于