viewWithTag(_:)
Returns the view whose tag matches the specified value.
Declaration
func viewWithTag(_ tag: Int) -> UIView?Parameters
- tag:
The tag value to search for.
Return Value
The view in the receiver’s hierarchy whose tag property matches the value in the tag parameter.
Discussion
This method searches the current view and all of its subviews for the specified view.