the problem I am encountering is the following: I have a UITableView which I feed with data from an NSFetchedResultsController which retrieves around 6000 rows from core data. The fetchBatchSize of t
I\'ve been stuck on this problem for a while now and have tried my best to work out a solution. I am using Core Data and, being relatively new to iOS coding, I\'m having some trouble working out how
When the user presses \"sort alphabetically\", I call the following method for my table: - (void) sortByName
I have an entity called Project and another entity called Employee. Employees work on multiple projects.
AcaniChat, like the native iPhone Messages app, has a method to clear all messages: for (Message *message in [fetchedResultsController_ fetchedObjects]) {
I\'ve read several threads dealing with similar issues on here, but I just can\'t figure out what I am over-releasing.From a detail view controller for a Player object, I push a UITableViewController
What\'s the best way to implement runtime filtering of Core Data objects using N开发者_如何转开发SFetchedResultsController?
I\'m displaying objects stored in Core Data in a UITableView and am having problems sorting these objects by one of the object\'s transformable attributes. I should point out that I\'m using an NSFetc
I have a UITableViewController which is populated by an NSFetchedResultsController.My CoreData entity has an attribute called \"submitter_id\".Depending on how my controller is initialized, I want to
I woul开发者_运维知识库d like to fetch a random object from a fetch request that I am using NSFetchedResultsController with.This is what I had: