UITableView load more when scrolling to bottom

前端 未结 6 462
深忆病人
深忆病人 2020-12-08 00:28

I would like to load more data and create additional cells when the user scrolls to the bottom of the table. I\'m using JSON data and MySql.

func dataJsonFro         


        
6条回答
  •  南笙
    南笙 (楼主)
    2020-12-08 01:03

    Use this library. https://github.com/samvermette/SVPullToRefresh

    This will full fill your requirements. You just need to change page number or timestamp every time, when new web-service will be called.

提交回复
热议问题