Contents

insert(_:before:)

Inserts the provided items immediately before the item with the specified identifier in the section snapshot.

Declaration

mutating func insert(_ items: [ItemIdentifierType], before item: ItemIdentifierType)

See Also

Inserting items