UIApplicationDelegate.ChangedStatusBarFrame(UIApplication, CGRect) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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) 。