Vlasov.CCBottomRefreshControl
0.5.1
dotnet add package Vlasov.CCBottomRefreshControl --version 0.5.1
NuGet\Install-Package Vlasov.CCBottomRefreshControl -Version 0.5.1
<PackageReference Include="Vlasov.CCBottomRefreshControl" Version="0.5.1" />
paket add Vlasov.CCBottomRefreshControl --version 0.5.1
#r "nuget: Vlasov.CCBottomRefreshControl, 0.5.1"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
Xamarin.iOS | xamarinios10 is compatible. |
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,435 | 9/22/2016 |
Initial upload.