removeItems(at:)
Removes the items at the specified indexes from the scrubber.
Declaration
func removeItems(at indexes: IndexSet)Parameters
- indexes:
An index set (Indexset) of the indexes of the items to remove.
Removes the items at the specified indexes from the scrubber.
func removeItems(at indexes: IndexSet)An index set (Indexset) of the indexes of the items to remove.