次の方法で共有


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

戻り値

ステータス バーのスタイルを決定する子ビュー コントローラーを使用する必要がある

属性

適用対象