UIView.MovedToSuperview Method

Definition

Indicates the UIView has had its Superview property changed.

[Foundation.Export("didMoveToSuperview")]
public virtual void MovedToSuperview ();
abstract member MovedToSuperview : unit -> unit
override this.MovedToSuperview : unit -> unit
Attributes

Remarks

Application developers can override this method to perform additional calculations when the Superview changes.

This method is only called on the immediate descendants of the Superview.

Applies to