Dabble.DifferentialCollections 0.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dabble.DifferentialCollections --version 0.0.2
NuGet\Install-Package Dabble.DifferentialCollections -Version 0.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dabble.DifferentialCollections" Version="0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dabble.DifferentialCollections --version 0.0.2
#r "nuget: Dabble.DifferentialCollections, 0.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dabble.DifferentialCollections as a Cake Addin
#addin nuget:?package=Dabble.DifferentialCollections&version=0.0.2

// Install Dabble.DifferentialCollections as a Cake Tool
#tool nuget:?package=Dabble.DifferentialCollections&version=0.0.2

An iOS tutorial and associated library for keeping an UICollectionView in sync with a dynamic SQL data model.

Product Compatible and additional computed target framework versions.
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • Xamarin.iOS 1.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.3 1,504 3/4/2018
0.0.2 1,334 3/4/2018
0.0.1 1,355 2/24/2018

Added WaitForScrollIdle to data-source to allow UI thread to wait for scrolling to stop before performing view updates.