bringSubviewToFront(_:)
Moves the specified subview so that it appears on top of its siblings.
Declaration
func bringSubviewToFront(_ view: UIView)Parameters
- view:
The subview to move to the front.
Discussion
This method moves the specified view to the end of the array of views in the subviews property.