UITableView load more when scrolling to bottom like Facebook application

后端 未结 18 2123

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

18条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 09:49

    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

提交回复
热议问题