Author
Description
MNMBottomPullToRefresh is a solution to add pull-to-refresh feature to the bottom of a UITableView instead of the top, as usual. This view can be used to retrieve more values, or pages, of a large list.
This solution has its basis on the Mediator design pattern (http://en.wikipedia.org/wiki/Mediator_pattern). 'MNMBottomPullToRefreshManager' acts as a Mediator between the pull-to-refresh view and its container table view, decoupling the view and the scroll management.
In order to maintain this decoupling, there is no 'UITableView' subclass, allowing developers to add this behavior as an aggregate of its own subclasses of 'UITableView' without creating an intermediate class.
Tags
Instabug: Understand how your app is doing with real-time contextual insights from your users
Get all the logs you need and fix bugs, crashes, and other issues in minutes instead of days. With Instabug you will automatically receive device data, network logs, and reproduction steps with every bug and crash report. It only takes a line of code to integrate and is perfect for teams that are now working remotely. See more detailed features comparison and try Instabug for free here.
Get Started Now