• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Creating CoreData classes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Creating CoreData classes


  • Subject: Creating CoreData classes
  • From: Brian Bruinewoud <email@hidden>
  • Date: Mon, 28 Dec 2009 15:52:11 +1100

If I've generated core data classes from my model, how do I use them to create new values?
Currently I'm doing this:

    CDClass *cdObject = (CDClass *)[ NSEntityDescription insertNewObjectForEntityForName: @"CDClass" inManagedObjectContext: context ];

But I'm looking for something more like this:

    CDClass *cdObject = [ CDClass insertNewObjectInManagedObjectContext: context ];

Is there any such method or do I need to add them to the generated class files myself?


[this is for iPhone, but I don't think that that's relevant]


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Creating CoreData classes
      • From: Rob Keniger <email@hidden>
    • Re: Creating CoreData classes
      • From: Jim Correia <email@hidden>
  • Prev by Date: Program not working under Snow Leopard
  • Next by Date: Re: Creating CoreData classes
  • Previous by thread: Re: Program not working under Snow Leopard
  • Next by thread: Re: Creating CoreData classes
  • Index(es):
    • Date
    • Thread