共用方式為


UIViewController.ViewLayoutMarginsDidChange 方法

定義

變更檢視的配置邊界時所呼叫的方法。

[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
屬性

適用於