次の方法で共有


UIApplicationDelegate_Extensions.ChangedStatusBarFrame メソッド

定義

ステータス バーのフレームが変更されたことを示します。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ChangedStatusBarFrame (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, CoreGraphics.CGRect oldStatusBarFrame);
static member ChangedStatusBarFrame : UIKit.IUIApplicationDelegate * UIKit.UIApplication * CoreGraphics.CGRect -> unit

パラメーター

This
IUIApplicationDelegate

この拡張メソッドが動作するインスタンス。

application
UIApplication

このデリゲート メソッドを呼び出した UIApplication への参照。

oldStatusBarFrame
CGRect

ステータス バーの前のフレーム。

属性

適用対象