Share via


UIApplicationDelegate.WillChangeStatusBarFrame(UIApplication, CGRect) Method

Definition

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

[Foundation.Export("application:willChangeStatusBarFrame:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillChangeStatusBarFrame(UIKit.UIApplication application, CoreGraphics.CGRect newStatusBarFrame);
[<Foundation.Export("application:willChangeStatusBarFrame:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillChangeStatusBarFrame : UIKit.UIApplication * CoreGraphics.CGRect -> unit
override this.WillChangeStatusBarFrame : UIKit.UIApplication * CoreGraphics.CGRect -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

newStatusBarFrame
CGRect

Implements

Attributes

Applies to