UITableView load more when scrolling to bottom

前端 未结 6 451
深忆病人
深忆病人 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:09

    Its Called pagination to tableview. Pagination is used to show large data on a table in an effective way. Here's you can get nice tutorial for objective-c and for swift look at this Question.

    And you can download example in swift from Here.

提交回复
热议问题