I have two NSarrayControllers that populate two NStableViews. The controllers take the data from entities of an NSManagedObjectContext.
When I make changes in the managedObjectContext through code, they don't reflect in the TableView.
How can I refresh the tabeView or the arraycontrollers to load the data again?
Thanks
When I make changes in the managedObjectContext through code, they don't reflect in the TableView.
How can I refresh the tabeView or the arraycontrollers to load the data again?
Thanks