Contents

willReorder

The handler that prepares the diffable data source for reordering its items.

Declaration

var willReorder: ((NSDiffableDataSourceTransaction<SectionIdentifierType, ItemIdentifierType>) -> Void)? { get set }

See Also

Reordering items