Contents

removeTabViewItem(_:)

Removes the specified item from the tab view’s array of tab view items.

Declaration

func removeTabViewItem(_ tabViewItem: NSTabViewItem)

Parameters

  • tabViewItem:

    The tab view item to be removed.

Discussion

If there is a delegate and the delegate supports it, sends the delegate the tabViewDidChangeNumberOfTabViewItems(_:) message.

See Also

Related Documentation

Adding and Removing Tabs