UITableView rows load asynchronously

℡╲_俬逩灬. 提交于 2019-12-18 04:17:25

问题


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 show "Load 15 more", until no rows found. note: I am using php to load table data as an xml feed. If anyone has any tutorial/sample code pl send me the link


回答1:


This could be helpful: http://www.iphonedevsdk.com/forum/iphone-sdk-development/18876-paging-pagination-load-more-uitableview.html




回答2:


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.



来源:https://stackoverflow.com/questions/2551035/uitableview-rows-load-asynchronously

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!