I\'m trying to remove an object managed by an NSFetchedResultsController in a UITableView - and I\'m attempting to do so from a separate view via add/remove buttons.However, it seems as though control
I\'m would like to create a table that displays the date in full for the section headers, eg. @\"EEEE dd MMMM yyyy\". Then in the the fast user index on the righthand side use the @\"MMM\" value to pr
Afetr inserting a new record into my CoreData store using an NSFetchedResultsController, when I then try to display the data in a grouped UITableView the app crashes with the following error\"
I\'m trying to change the sorting in a NSFetchController on the fly, by some sort of segmented control. To either sort A->Z Z->A type thing.
I am trying to implement a Core Data backed UITableView that supports indexing (eg: the characters that appear down the side, and the section headers that go with them). I have no problems at all impl
I\'ve got an NSFetchedResultsController as my data source and and I implement NSFetchedResultsControllerDelegate in my custom UITableViewController.I\'m using sectionNameKeyPath to break my result set