Contents

snapshot()

Returns a representation of the current state of the data in the table view.

Declaration

func snapshot() -> NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>

Return Value

A snapshot that contains row and item identifiers in the order they appear in the UI.

See Also

Updating Data