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.
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 uisearchdisplaycontrollerI have a little problem with my UITableViewController or NSFetchedResultsController. I am not sure which is the problem soure but …
iphone uitableview nsfetchedresultscontrollerI develop an application which uses Core Data. In one UITableView, I want to display a list of my entities, …
iphone sorting core-data nsfetchedresultscontrollerI get the following error when trying to add a record: Serious application error. Exception was caught during Core Data …
iphone core-data nsfetchedresultscontrollerIs it safe to assume that an attribute, namely fetchedResultsController, of chatViewController, an instance of a subclass of UITableViewController, is …
iphone uikit uitableview nsfetchedresultscontroller viewdidloadThis is an error: CoreData: error: Serious application error. An exception was caught from the delegate of NSFetchedResultsController during a …
ios swift ios9 nsfetchedresultscontrollerI 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-patternsQuestion: How do I get my child context to see changes persisted on the parent context so that they trigger …
ios core-data nsfetchedresultscontroller nsmanagedobjectcontextI have an entity being displayed in a table view in just one section. The entity has two attributes, workoutName …
ios core-data tableview nsfetchedresultscontrollerI'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