Search Results

0
votes
3answers
139 views

How do I access the managedObjectContext from a controller deep in the UI?

I'm still a little fuzzy on understanding iPhone/Cocoa in general so this is probably a simple question. I have a CoreData Window-Based App for the iPhone. The rootController is a UITabBar …
0
votes

How do I access the managedObjectContext from a controller deep in the UI?

I'm guessing this is the preferred method assuming the core-data initialization is done in the AppDelegate: [[[UIApplication sharedApplication] delegate] managedObjectContext] …
0
votes

Passing a ManagedObjectContext to a second view

I've been struggling with the same issue and I'm still just a newbie. I think I figured out what is going on. Let me know if this makes sense. In short you are trying to fetch an entity f …