UIView.InsertSubviewAbove(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 above the siblingSubvie in the view hierarchy
[Foundation.Export("insertSubview:aboveSubview:")]
public virtual void InsertSubviewAbove (UIKit.UIView view, UIKit.UIView siblingSubview);
abstract member InsertSubviewAbove : UIKit.UIView * UIKit.UIView -> unit
override this.InsertSubviewAbove : 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