Vlasov.CCBottomRefreshControl 0.5.1

dotnet add package Vlasov.CCBottomRefreshControl --version 0.5.1
NuGet\Install-Package Vlasov.CCBottomRefreshControl -Version 0.5.1
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="Vlasov.CCBottomRefreshControl" Version="0.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vlasov.CCBottomRefreshControl --version 0.5.1
#r "nuget: Vlasov.CCBottomRefreshControl, 0.5.1"
#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 Vlasov.CCBottomRefreshControl as a Cake Addin
#addin nuget:?package=Vlasov.CCBottomRefreshControl&version=0.5.1

// Install Vlasov.CCBottomRefreshControl as a Cake Tool
#tool nuget:?package=Vlasov.CCBottomRefreshControl&version=0.5.1

This is a Xamarin.iOS binding of Vlasov's CCBottomRefreshControl. This package also contains Masonry code so be sure to comply with both projects' licenses accordingly.

       How to use this binding:

       using CCBottomRefreshControl;
       ...
       var bottomRefreshControl = new UIRefreshControl();
       TableView.SetBottomRefreshControl(bottomRefreshControl);

       Masonry is included because i could not get CCBRC to work referencing Masonry as a static library.

DO NOT post issues on Vlasov's github project unless you are absolutely sure it's in the ObjC code.

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.

This package has 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.5.1 4,300 9/22/2016

Initial upload.