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

状态栏的上一个帧。

属性

适用于