Share via


UIView.InsertSubviewBelow(UIView, UIView) Method

Definition

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

Parameters

view
UIView
siblingSubview
UIView
Attributes

Applies to