willReorder
The handler that prepares the diffable data source for reordering its items.
Declaration
var willReorder: ((NSDiffableDataSourceTransaction<SectionIdentifierType, ItemIdentifierType>) -> Void)? { get set }The handler that prepares the diffable data source for reordering its items.
var willReorder: ((NSDiffableDataSourceTransaction<SectionIdentifierType, ItemIdentifierType>) -> Void)? { get set }