Info
Version: | 0.5.1 |
Author(s): | Vlasov |
Last Update: | Thursday, September 22, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/vlasov/CCBottomRefreshControl |
NuGet Url: | https://www.nuget.org/packages/Vlasov.CCBottomRefreshControl |
Install
Install-Package Vlasov.CCBottomRefreshControl
dotnet add package Vlasov.CCBottomRefreshControl
paket add Vlasov.CCBottomRefreshControl
Vlasov.CCBottomRefreshControl Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.