共用方式為


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

狀態列的上一個 Frame。

屬性

適用於