共用方式為


UIApplicationDelegate.ChangedStatusBarFrame(UIApplication, CGRect) 方法

定義

Frame表示狀態列的 已變更。

[Foundation.Export("application:didChangeStatusBarFrame:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ChangedStatusBarFrame (UIKit.UIApplication application, CoreGraphics.CGRect oldStatusBarFrame);
abstract member ChangedStatusBarFrame : UIKit.UIApplication * CoreGraphics.CGRect -> unit
override this.ChangedStatusBarFrame : UIKit.UIApplication * CoreGraphics.CGRect -> unit

參數

application
UIApplication

叫用這個委派方法的 UIApplication 參考。

oldStatusBarFrame
CGRect

狀態列的上一個 Frame。

屬性

備註

此方法結束之後,系統會張貼 UIApplicationDidChangeStatusBarFrameNotification (請參閱 ObserveDidChangeStatusBarFrame) 。

適用於