UItableView load data on scroll

后端 未结 6 647
予麋鹿
予麋鹿 2020-12-24 03:42

In my app I am getting the data from the web-service and I have to display it in UITableView. But the condition here is I have to display only 10 records initially,then once

6条回答
  •  时光说笑
    2020-12-24 04:20

    You can adjust the return value of tableView:numberOfRowsInSection: method, every time you want to insert ten rows, you can plus 10 to the return value.

    sorry for my poor english.

提交回复
热议问题