Up to tag cloud
Subscribe to an RSS feed for this tag

Entries tagged with CoreData

  1. Title: Handling Files With CoreData
    Tags: Cocoa CoreData ObjC

    A 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.

  2. Title: Assigning One To Many Relationships in CoreData
    Tags: Cocoa CoreData ObjC

    A few brief code snippets on how to add an instance of an entity to another entity's one-to-many relationship.