UITableView rows load asynchronously

前端 未结 2 1044
说谎
说谎 2020-12-17 02:53

On launch of app, i want to show 10 rows, at the bottom \"Load 15 more\", on click on \"Load 15 more\" the next 15 rows should add to the bottom of the table and again sho

2条回答
  •  有刺的猬
    2020-12-17 03:24

    I wrote something that might be useful to you : https://github.com/nmondollot/NMPaginator

    It encapsulates pagination, and works with pretty much any webservice. It also features a UITableView with automatic fetching of next results as you scroll down.

提交回复
热议问题