I have a UITableView displaying an underlying NSFetchedResultsController. When the fetchedResultsController is updated,
My Requirement: I have this straight forward requirement of listing names of people in alphabetical order in a Indexed table view with index titles being the starting letter of alphabets (additionally
I am using a fetched results controller, which, it seems wants to set up using sections in my UITableView.Well, in this case, I don\'t want to use sections.Which, is easy enough to set the value for n
I have a view controller that has a UITableView which is populated by a NSFetchedResu开发者_JAVA技巧ltsController.I\'d like to add a UISearchBar to be able to filter the records from Core Data that ar
Prior art which doesn\'t quite address this: Core Data Migration error message "'Model does not contain configuration 'XYZ'.'"
I\'m developing an iPhone app using Core Data and I\'m looking for some general advice and recommendations on whether its acceptable to pass data between ViewControllers versus doing a local fetch in
How could I use the NSFetchedResultsController with translated sort key and sectionKeyPath? Problem: I have ID in the property \"type\" in the database like typeA, typeB, typeC,... and not the value
I get stuck in some problem and after 2 days of seeking I\'ve found solution but didn\'t get idea why does it work.
OK so I have two entities in my data model (let\'s say entityA and entityB), both of these entities have a to-many relationship to each other.
I have an application that contains some Locations in Core Data, and I want to show them to the user in order of proximity to the user\'s location. I am using an NSFetchedResultsController to serve th