I am developing an application that uses SQLite. I want to show a list of users (UITableView) using a paginating mechanism. Could any one please tell me how to load more dat
Below link will provide sample code. #Swift3
User need to pull up last table view cell, at least hight of 2 cell to fetch more data from server.
You will found Process cell also to show loading process as in last cell.
Its in Swift3
https://github.com/yogendrabagoriya/YBTableViewPullData