I have a tableview in a tab bar application.
I am loading the data in viewDidLoad
viewDidLoad
managedObjectContext = nil; managedObjectContext = [(R
Have you implemented the NSFetchedResultsControllerDelegate methods properly? The FRC should be handling updating the table when it receives a notification of changes from the managed object context...
NSFetchedResultsControllerDelegate
Edit: NSFetchedResultsController Class Reference