Contents

removeItem(at:)

Removes the item at the specified index.

Declaration

func removeItem(at index: Int)

Parameters

  • index:

    The zero-based index indicating which item to remove. Specifying 0 removes the item at the top of the menu. The index must be valid and non-negative.

See Also

Adding and removing items