Share via


UIView.InsertSubviewAbove(UIView, UIView) Method

Definition

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

Parameters

view
UIView
siblingSubview
UIView
Attributes

Applies to