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.

Attempting to create USE_BLOCK_IN_FRAME ... EXC_BAD_ACCESS with NSFetchedResultsController

This is an update to my problem. I am receiving this warning now when the program aborts. warning: Attempting to …

core-data exc-bad-access nsfetchedresultscontroller nszombieenabled
NSInvalidArgumentException', reason: 'Invalid predicate: nil RHS, need help figuring this out

I've read other posts about this crash having something to do with the predicate returning nil but im unable to …

nspredicate nsfetchedresultscontroller invalidargumentexception
Creating table sections with NSFetchedResultsController

I'm using NSFetchedResultsController to drive the data for my UITableViewController. A simplified version of the managed object I am fetching …

ios objective-c uitableview core-data nsfetchedresultscontroller
Sectioning TableView and rows with Core Data Swift

I have two tables in sqlite: The code was generated by XCode Generation: class Event: NSManagedObject { @NSManaged var startDate: NSDate @…

ios uitableview swift nsfetchedresultscontroller sections