Contents

insert(_:after:)

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

Declaration

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

See Also

Inserting items