UITableView with Core Data and fetchedResultsController - don't want to call it at start up
- by zebulon
Hi all,
I started with the Navigation-based application. I have a UITableView that shows the content fetched from CoreData - using the - (NSFetchedResultsController *)fetchedResultsController from the template.
The thing is that I don't want to fill the TableView with the results at the start-up, instead I want to fill the TableView with the…