UIView.InsertSubviewBelow(UIView, UIView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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