Share via


UIApplicationDelegate.ChangedStatusBarFrame(UIApplication, CGRect) Method

Definition

Indicates that the frame of the status bar has changed.

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

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

oldStatusBarFrame
CGRect

The status bar's previous Frame.

Implements

Attributes

Applies to