Contents

NSDiffableDataSourceSectionTransaction

A transaction that describes the changes after reordering the items in a section.

Declaration

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

Topics

Accessing a transaction’s information

See Also

Supporting reordering