UIViewController.ViewSafeAreaInsetsDidChange Método

Definición

Método al que se llama cuando los conjuntos de área segura cambian por cambios de tamaño en las barras del sistema o por cambios en la AdditionalSafeAreaInsets propiedad .

[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
Atributos

Se aplica a