Contents

insert(_:before:)

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

Declaration

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

See Also

Inserting items