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.
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 nszombieenabledI've read other posts about this crash having something to do with the predicate returning nil but im unable to …
nspredicate nsfetchedresultscontroller invalidargumentexceptionI'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 nsfetchedresultscontrollerI have two tables in sqlite: The code was generated by XCode Generation: class Event: NSManagedObject { @NSManaged var startDate: NSDate @…
ios uitableview swift nsfetchedresultscontroller sectionsLet's say I have two entities, Employee and Department. A department has a to-many relationship with an employee, many employees …
objective-c database core-data nsfetchedresultscontrollerI'm currently trying to sort my array of objects into day order so they can be grouped in the correct …
iphone core-data nsfetchedresultscontroller nssortdescriptor