UIView.BringSubviewToFront(UIView) Method

Definition

Moves the specified subview so that it appears in front of other Subviews.

[Foundation.Export("bringSubviewToFront:")]
public virtual void BringSubviewToFront (UIKit.UIView view);
abstract member BringSubviewToFront : UIKit.UIView -> unit
override this.BringSubviewToFront : UIKit.UIView -> unit

Parameters

view
UIView

The subview to move to the front.

Attributes

Applies to

See also

  • <xref:UIKit.UIView.SendSubviewToBack>