snapshot()
Returns a representation of the current state of the data in the table view.
Declaration
@MainActor @preconcurrency func snapshot() -> NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>Return Value
A snapshot containing section and item identifiers in the order that they appear in the UI.