CPApplicationDelegate.WillChangeStatusBarFrame(UIApplication, CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the frame of the status bar is about to change.
[Foundation.Export("application:willChangeStatusBarFrame:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillChangeStatusBarFrame (UIKit.UIApplication application, CoreGraphics.CGRect newStatusBarFrame);
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
- Attributes