insertItems(at:)
Inserts new items at the specified indexes into the scrubber.
Declaration
func insertItems(at indexes: IndexSet)Parameters
- indexes:
An index set (Indexset) of the indexes of the items to insert.
Discussion
The scrubber requests the view for each index from its data source.