Share via


UIApplicationDelegate_Extensions.ChangedStatusBarFrame Method

Definition

Indicates that the frame of the status bar has changed.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ChangedStatusBarFrame(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, CoreGraphics.CGRect oldStatusBarFrame);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ChangedStatusBarFrame : UIKit.IUIApplicationDelegate * 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.

Attributes

Applies to