次の方法で共有


UIViewController.ViewSafeAreaInsetsDidChange メソッド

定義

システム バーのサイズ変更または プロパティの変更によって、セーフ エリアのインセットが変更されたときに呼び出される AdditionalSafeAreaInsets メソッド。

[Foundation.Advice("Overriding this method requires a call to the overriden method.")]
[Foundation.Export("viewSafeAreaInsetsDidChange")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.RequiresSuper]
public virtual void ViewSafeAreaInsetsDidChange ();
abstract member ViewSafeAreaInsetsDidChange : unit -> unit
override this.ViewSafeAreaInsetsDidChange : unit -> unit
属性

適用対象