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.