Contents

delegate

The tab view’s delegate.

Declaration

weak var delegate: (any NSTabViewDelegate)? { get set }

Discussion

The value of this property must conform to the NSTabViewDelegate protocol.

See Also

Handling the Selection of Tabs