Confused in getting the ManagedObjectContext from AppDelegate
问题 I've been looking at the documentation on Core Data and trying to figure out how to arrange the Core Data Stack so it's accessible to all of my UITableViewControllers. All the examples provided by Apple show this to be implemented on the AppDelegate yet the documentation doesn't recommend this approach because it's too ridged! See link. (Why this isn't mention on the iPhone SDK documentation is another mystery) My problem is that I've repeated the design pattern as per the Core Data example