Answer the question
In order to leave comments, you need to log in
How to make a tape of records on CoreData?
I want to make a news feed based on UITableViewController (with pull-to-refresh and endless-scroll) - HistoryTableViewController, the data is pulled from the server and stored in CoreData.
How best to organize the work of the tape:
Answer the question
In order to leave comments, you need to log in
what "huge array of objects in memory"?
pull up as many records as you can show on the screen (or a little more).
the rest are pulled up either on demand or on scroll.
Maybe use NSFetchedResultsController?
NSFetchedResultsController provides the interface between Core Data and UITableView objects.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question