Top "Nsfetchedresultscontroller" questions

An Apple fetched results controller is used to efficiently manage the results returned from a Core Data fetch request to provide data usually for a UITableView or UICollectionView object.

How to use NSFetchedResultsController and UISearchDisplayController

I've been creating an iPhone App using Core Data. First of all, does it make sense to use an NSFetchedResultsController …

iphone core-data nsfetchedresultscontroller uisearchdisplaycontroller
How to refresh a UITableViewController or NSFetchedResultsController?

I have a little problem with my UITableViewController or NSFetchedResultsController. I am not sure which is the problem soure but …

iphone uitableview nsfetchedresultscontroller
A NSFetchedResultsController with date as sectionNameKeyPath

I develop an application which uses Core Data. In one UITableView, I want to display a list of my entities, …

iphone sorting core-data nsfetchedresultscontroller
Serious Application Error in Core Data with fetchedResultsContainer

I get the following error when trying to add a record: Serious application error. Exception was caught during Core Data …

iphone core-data nsfetchedresultscontroller
When is viewDidLoad called?

Is it safe to assume that an attribute, namely fetchedResultsController, of chatViewController, an instance of a subclass of UITableViewController, is …

iphone uikit uitableview nsfetchedresultscontroller viewdidload
iOS 9 - "attempt to delete and reload the same index path"

This is an error: CoreData: error: Serious application error. An exception was caught from the delegate of NSFetchedResultsController during a …

ios swift ios9 nsfetchedresultscontroller
Core Data backed UITableView with indexing

I am trying to implement a Core Data backed UITableView that supports indexing (eg: the characters that appear down the …

iphone core-data uitableview nsfetchedresultscontroller cocoa-design-patterns
Implementing Fast and Efficient Core Data Import on iOS 5

Question: How do I get my child context to see changes persisted on the parent context so that they trigger …

ios core-data nsfetchedresultscontroller nsmanagedobjectcontext
iOS UITableView sections with fetchedResultsController confusion

I have an entity being displayed in a table view in just one section. The entity has two attributes, workoutName …

ios core-data tableview nsfetchedresultscontroller
Core Data: Keypath "objectID" not found in entity

I'm using NSFetchedResultsController with a predicate to load a list of Documents in my application. I want to load all …

iphone objective-c cocoa core-data nsfetchedresultscontroller