Contents

NSDiffableDataSourceTransaction

A transaction that describes the changes after reordering the items in the view.

Declaration

@preconcurrency struct NSDiffableDataSourceTransaction<SectionIdentifierType, ItemIdentifierType> where SectionIdentifierType : Hashable, SectionIdentifierType : Sendable, ItemIdentifierType : Hashable, ItemIdentifierType : Sendable

Topics

Accessing a transaction’s information

See Also

Supporting reordering