Contents

selectTabViewItem(at:)

Selects the tab view item specified by index.

Declaration

func selectTabViewItem(at index: Int)

Parameters

  • index:

    The index of the tab item to selected.

Discussion

The index parameter is base 0. If there is a delegate and the delegate supports it, sends the delegate the tabView(_:shouldSelect:) message.

See Also

Related Documentation

Selecting a Tab