Contents

takeSelectedTabViewItemFromSender(_:)

Sets the selected tab view item to the selected item obtained from the sender.

Declaration

func takeSelectedTabViewItemFromSender(_ sender: Any?)

Parameters

  • sender:

    Typically the object that sent the message.

Discussion

If sender responds to the indexOfSelectedItem method, this method invokes that method and selects the tab view item at the specified index.

See Also

Selecting a Tab