core data and paging

Posted by Joo Park on Stack Overflow See other posts from Stack Overflow or by Joo Park
Published on 2010-06-18T06:09:14Z Indexed on 2010/06/18 6:13 UTC
Read the original article Hit count: 241

Filed under:
|

I have a database of 50,000 records. I'm using core data to fetch records from a search. A search could return 1000 records easily. What is needed to page through these records using core data and uitableview? I would like to show 100 records at a time and have 'load more' button after viewing 100 records.

© Stack Overflow or respective owner

Related posts about core-data

Related posts about nsfetchrequest