Hello,
I'm trying to create a single class and xib where a tableview can be reloaded with different core entities depending on which toolbar button you press. I've got my code working and can see it loading the different entities in my fetchedResultsController. however when I message [self.tableView reloaddata] my table view delegates are never called. Does anyone know of an example where I could do this with out resorting to having 4 different viewcontrollers?