How to implement "Load 25 More" in UITableViewController

Posted by Leo on Stack Overflow See other posts from Stack Overflow or by Leo
Published on 2010-05-10T07:44:23Z Indexed on 2010/05/10 7:54 UTC
Read the original article Hit count: 357

Hi guys,

I am working on an iphone application. Application loads plenty of records from a webservice into table view controller. I would like to load 25 records initially and remaining in 25 batch on clicking something like "Load 25 more" at the end of the table view.

Any help would be grealy appreciated.

Thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview