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.
$ dotnet add package Vlasov.CCBottomRefreshControlNo README available.