Here’s a handy control called NMPaginator from Nicolas Mondollot that makes it very easy to set up a paginated UITableView.
This control allows you to automatically adds pagination to your table views and allows you to easily set things up so that when a user reaches the bottom of the current page a specific method is executed for gathering updates.
This makes it ideal for working with web services that allow for page parameters.
Here’s a set of images from the readme showing the control in action:
You can find NMPaginator on Github here.
A very handy control for displaying large amounts of data with a UITableView.
- Open Source Custom iOS UITableView Control For Chat Bubbles Like The Messages App
- Best Resources In iOS Development – August 20th, 2012
- Open Source iOS Control For Creating A Vertical Tab Bar
- Open Source iOS Control Providing An Easy To Implement Messages App Like User Interface
- Open Source iOS Control For Easily Making An Animated Carousel From A Group Of Images
Original article: Open Source iOS Control For Easily Creating A Paginated UITableVIew
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.