In my Core Data app I am using a FetchedResultsController. Usually to set titles for headers in a UITableView you would implement the following method like so:
I\'m reading now since one hour through the documentation and still don\'t get the point of NSFetchedResultsController. Is it a replacement for UITableViewController? Or is the UITableViewController u
I feel as if this should be very simple, but it\'s behaving strangely. I have 3 entities, with a relationship as such
Hey guys, so I\'ve got my NSFetchedResultsController working fine under the 3.1 SDK, however I start getting some weird errors, specifically in the delegate methods when I try it under 3.0. I\'ve dete
I\'m facing a strange CoreData issue. Here\'s the log: 2010-04-07 15:59:36.913 MyProject[263:207] <MyEntity: 0x180370> (entity: MyEntity; id: 0x17e890 <x-coredata://0F55C533-41BD-4F09-9CCA-0
What\'s the difference between get elements from Core Data with FetchResultController or ManagedObjectContext??
In my iPhone Core Data app I have it configured in a master-detail view setup. The master view is a UITableView that lists objects of the List entity. The List entity has a to-many relationship with
I开发者_开发问答 have a managed object with a dueDate attribute. Instead of displaying using some ugly date string as the section headers of my UITableView I created a transient attribute called \"cat
I\'m using NSFetchedResultsController with a predicate to load a list of Documents in my application. I want to load all the Documents except the currently active one.
I have a TableView controller class that uses a fetched results controller to display a list of \'patient\' entities taken from a Core Data model. The sections of this table are taken from a patient a