This is a follow on from my previous problems here. Resetting the simulator solved all my troubles before, and I\'ve gone on to complete my App.
On my Core Data Entity \"Book\" i have a boolean property, \'wasViewed\' (NSNumber numberWithBool) that tells me if the Book was \"viewed\".
What\'s the difference between get elements from Core Data with FetchResultController or ManagedObjectContext??
I\'m working on an object import feature that utilizes multiple threads/NSManagedObjectContexts, using http://www.mac-developer-network.com/columns/coredata/may2009/ as my guide (note that I am develo
I have a NSManagedObjectContext in which I have a number of subclasses of NSManagedObjects such that some are containers for others.What I\'d like to do is watch a top-level ob开发者_运维技巧ject to b
I\'m just starting out with Core Data and I have an iPhone Core Data project set up in a master-detail view system. The master view contains items, and the detail view lets you edit the properties of