UIApplicationDelegate_Extensions.ChangedStatusBarFrame 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示狀態列的框架已變更。
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ChangedStatusBarFrame (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, CoreGraphics.CGRect oldStatusBarFrame);
static member ChangedStatusBarFrame : UIKit.IUIApplicationDelegate * UIKit.UIApplication * CoreGraphics.CGRect -> unit
參數
這個擴充方法運作所在的 實例。
- application
- UIApplication
叫用這個委派方法的 UIApplication 參考。
- oldStatusBarFrame
- CGRect
狀態列的上一個 Frame。
- 屬性