次の方法で共有


UIApplicationDelegate.ChangedStatusBarFrame(UIApplication, CGRect) メソッド

定義

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

[Foundation.Export("application:didChangeStatusBarFrame:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ChangedStatusBarFrame (UIKit.UIApplication application, CoreGraphics.CGRect oldStatusBarFrame);
abstract member ChangedStatusBarFrame : UIKit.UIApplication * CoreGraphics.CGRect -> unit
override this.ChangedStatusBarFrame : UIKit.UIApplication * CoreGraphics.CGRect -> unit

パラメーター

application
UIApplication

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

oldStatusBarFrame
CGRect

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

属性

注釈

このメソッドが終了すると、システムは をUIApplicationDidChangeStatusBarFrameNotificationポストします (を参照)。ObserveDidChangeStatusBarFrame

適用対象