UIView.InsertSubviewBelow(UIView, UIView) Method

Definition

Inserts the specified view below the siblingSubview in the view hierarchy.

[Foundation.Export("insertSubview:belowSubview:")]
public virtual void InsertSubviewBelow (UIKit.UIView view, UIKit.UIView siblingSubview);
abstract member InsertSubviewBelow : UIKit.UIView * UIKit.UIView -> unit
override this.InsertSubviewBelow : UIKit.UIView * UIKit.UIView -> unit

Parameters

view
UIView

The view to add as a nested view of this view.

siblingSubview
UIView

The subview of this view that will be below the view.

Attributes

Applies to