Contents

insert(_:after:)

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

Declaration

mutating func insert(_ snapshot: NSDiffableDataSourceSectionSnapshot<ItemIdentifierType>, after item: ItemIdentifierType)

See Also

Inserting items