I am using CoreData and have an Entity ContactList defined, which I created using the XCode xcdatamodel tool (or whatever you call that built-in thing:). I also set the Entity\'s Class name to \"Conta
I would like to know if I can do this VIEW 1: use NSFetchedResultsController on TABLEA to retrieve the data, display in a table view and take actions to save it
Reference POST: Core Data - Basic Questions I am able to get the Managed object context from this piece of code. It bring me to another question. I have 2 VIEW CONTROLLERS and 1 NSObject
I\'m having difficulty implementing 2 nsfetchedresultsController in a tableView. I wanted a fetchedresultsController in each section of the table (2 sections), something like this:
HI All, I currently have an NSFetchedResultsController setup to return all rows in a table in my core data database. This then fills up my UITableView. The trouble is this开发者_如何学C will quickly
I was wondering if anyone knew the best solution to defining a custom display order for the sections in a UITableView - I am loading the data using Core Data and an NSFetchedResultsControler, and I am
I have an app that preloads a months worth of data and it gets released a day at a time. NSDate *now = [NSDate date];
I have an issue with my table view not updating when I programmatically change some existing managed object property. I would expect my NSFetchedResultsControllerDelegate to be called in such case, bu
I have a UITableViewController that is fed by a NSFetchedResultsController. Everything worked fine, until I added
I\'m using an NSFetchedResultsController to fill content for my UITableViewController. I\'m using an NSOperation to gather data from a webService (I\'m using a separated ManagedObjectContext as it\'s