Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

gonche1124

macrumors newbie
Original poster
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
 
reload

NSTableView reloadData.

That works for the tableView, but since the source of the tableview is from the NSArrayController, it loads the same data because I think that the NSArrayController is not refreshing the data from the NSManagedObjectContext or is not aware of changes in the NSManagedObjectContext
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.