共用方式為


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

傳回

決定狀態列樣式的子檢視控制器應該使用

屬性

適用於