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.
<PackageVersion Include="Vlasov.CCBottomRefreshControl" Version="0.5.1" />
                    
Directory.Packages.props
<PackageReference Include="Vlasov.CCBottomRefreshControl" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Vlasov.CCBottomRefreshControl&version=0.5.1
                    
Install Vlasov.CCBottomRefreshControl as a Cake Addin
#tool nuget:?package=Vlasov.CCBottomRefreshControl&version=0.5.1
                    
Install Vlasov.CCBottomRefreshControl as a Cake Tool

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,568 9/22/2016

Initial upload.