UIView.SafeAreaInsetsDidChange Method

Definition

Method that is called when the safe area changes.

[Foundation.Export("safeAreaInsetsDidChange")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SafeAreaInsetsDidChange ();
abstract member SafeAreaInsetsDidChange : unit -> unit
override this.SafeAreaInsetsDidChange : unit -> unit
Attributes

Applies to