Contents

sendSubviewToBack(_:)

Moves the specified subview so that it appears behind its siblings.

Declaration

func sendSubviewToBack(_ view: UIView)

Parameters

  • view:

    The subview to move to the back.

Discussion

This method moves the specified view to the beginning of the array of views in the subviews property.

See Also

Managing the view hierarchy