UIViewController.ViewLayoutMarginsDidChange Method

Definition

Method that is called when the layout margins for the view are changed.

[Foundation.Advice("Overriding this method requires a call to the overriden method.")]
[Foundation.Export("viewLayoutMarginsDidChange")]
[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 ViewLayoutMarginsDidChange ();
abstract member ViewLayoutMarginsDidChange : unit -> unit
override this.ViewLayoutMarginsDidChange : unit -> unit
Attributes

Applies to