I have an Application where I am making 2 Tableview Vertical One Which is the one used by the Tableviewcontroller , & in each section I have 1 row where I have created another Horizontal tableview inside , When I add a ManagedObject in a “AddItemViewController” , the ManagedObject is saved Correctly , although when the NSFetchedResultsChangeInsert is called whithin the tableviewcontroller , it is using the vertical tableview to be updated , not the horizontal .
I am missing Something , but I can’t Figure it out , Any Help ?
I Solved this Problem by performing a Fetch request in the MainViewController , passed it to a NSMutableArray , then Use in the Other Tableview , Do my Changes , Then the NSManagedObjectContext, &Send a Notification to the MainViewController , to Reload the Table View Data Again