Skip to content

Instantly share code, notes, and snippets.

@artur-ios-dev
Created March 25, 2020 16:18
Show Gist options
  • Save artur-ios-dev/edbe7b3367607b4720e151109b69eb96 to your computer and use it in GitHub Desktop.
Save artur-ios-dev/edbe7b3367607b4720e151109b69eb96 to your computer and use it in GitHub Desktop.
var snapshot = NSDiffableDataSourceSnapshot<Int, UIColor>()
snapshot.appendSections([0])
snapshot.appendItems(items, toSection: 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment