Snapshot
-
A class for backporting
See moreNSDiffableDataSourceSnapshotintroduced in iOS 13.0+, macOS 10.15+, tvOS 13.0+. Represents the mutable state of diffable data source of UI.Declaration
Swift
public struct DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType> where SectionIdentifierType : Hashable, ItemIdentifierType : Hashable
View on GitHub
Snapshot Reference