UIView.SubviewAdded(UIView) Method

Definition

Tells the view when subviews are added.

[Foundation.Export("didAddSubview:")]
public virtual void SubviewAdded (UIKit.UIView uiview);
abstract member SubviewAdded : UIKit.UIView -> unit
override this.SubviewAdded : UIKit.UIView -> unit

Parameters

uiview
UIView

The view that was added as a subview.

Attributes

Applies to