Subscribe to an RSS feed for this tag
Entries tagged with CoreData
-
Title: Handling Files With CoreData
Tags: Cocoa CoreData ObjCA problem that a young Cocoa developer is likely to run into is how to manage files using CoreData. Here is an in depth look at a clean way to handle it.
-
Title: Assigning One To Many Relationships in CoreData
Tags: Cocoa CoreData ObjCA few brief code snippets on how to add an instance of an entity to another entity's one-to-many relationship.