UITableView rows load asynchronously

Posted by Mohan on Stack Overflow See other posts from Stack Overflow or by Mohan
Published on 2010-03-31T07:05:55Z Indexed on 2010/03/31 7:13 UTC
Read the original article Hit count: 410

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about uitableview

Related posts about insert