Contents

viewWithTag(_:)

Returns the view’s nearest descendant (including itself) with a specific tag, or nil if no subview has that tag.

Declaration

func viewWithTag(_ tag: Int) -> NSView?

Parameters

  • tag:

    An integer identifier associated with a view object.

See Also

Identifying Views by Tag