Share via


UIApplicationDelegate_Extensions.WillChangeStatusBarFrame Method

Definition

Indicates that the frame of the status bar is about to change.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillChangeStatusBarFrame(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, CoreGraphics.CGRect newStatusBarFrame);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillChangeStatusBarFrame : UIKit.IUIApplicationDelegate * UIKit.UIApplication * CoreGraphics.CGRect -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

newStatusBarFrame
CGRect
Attributes

Applies to